I’m using Eclipse to develop Android application, now I want to use Bluestack as my emulator. I tried
adb connect 127.0.0.1:5555
successfully and I could find Bluestack in my device list when running the app. In the Console windows says
Starting activity example.com.SplashActivity on device 127.0.0.1:5555
and my Devices view lies my app.
I even installed Launcher Pro on Bluestack, however I can’t see my app showing in Bluestack. How can I do it ?
Thanks in advance
As i know you need to install apk file in Bluestack app player after that you can run your app on bluestack.If you have installed bluestack then double click on apk file,it will be automatically installed in bluestack app player.