onmyway133
onmyway133

Reputation: 48085

How to run Android application on Bluestack app player using Eclipse?

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

Upvotes: 6

Views: 18375

Answers (3)

user3319832
user3319832

Reputation: 1

Change your google account password that is related with bluestacks. The updates can not proceed without the password confirmation. Never update the password in bluestacks. There would be no more automatic app installation.

Upvotes: 0

anber
anber

Reputation: 3665

I tried: adb connect 127.0.0.1 then, create simple project in Eclipse, then "run configuration" - "target" - "Always prompt to pick device" - "Run". End project automatically run in Bluestack simulator.

Upvotes: 0

Dilip
Dilip

Reputation: 2311

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.

Upvotes: 6

Related Questions