Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 425
onmyway133 Avatar asked Sep 12 '12 10:09

onmyway133


People also ask

Can you run any Android app on BlueStacks?

BlueStacks is a popular Android emulator for Windows and Mac. Using BlueStacks, you can run virtually any Android app on your desktop.

How do I disable USB debugging on BlueStacks?

In BlueStacks, at the top right, click the Gear, Settings, Preferences, and enable "USB Debugging".

Can I run Android Studio on BlueStacks?

There is another way to run Android Studio projects using Bluestacks. Bluestacks is an android emulator that is capable of running android applications in computer. It consumes very less memory and also runs project fast as compared to AVD. It can be great option in case your AVD is not working.


1 Answers

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.

like image 69
Dilip Avatar answered Nov 13 '22 09:11

Dilip