I use Eclipse to develop an Android application, now I want to use Bluestack as an emulator. I tried
adb connect 127.0.0.1∗555
and I was able to find Bluestack in my device list when the application started. The console window says that
Initial activity example.com.SplashActivity on device 127.0.0.1 snapchat555
and my kind of devices is my application. I even installed Launcher Pro on Bluestack, but I don’t see how my application is displayed on Bluestack. How can i do this?
Thanks in advance
source
share