如何使用 Eclipse 在 Bluestack 应用程序播放器上运行 Android 应用程序?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/12386453/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to run Android application on Bluestack app player using Eclipse?
提问by onmyway133
I'm using Eclipse to develop Android application, now I want to use Bluestack as my emulator. I tried
我正在使用 Eclipse 开发 Android 应用程序,现在我想使用 Bluestack 作为我的模拟器。我试过
adb connect 127.0.0.1:5555
亚行连接 127.0.0.1:5555
successfully and I could find Bluestack in my device list when running the app. In the Console windows says
成功,我可以在运行应用程序时在我的设备列表中找到 Bluestack。在控制台窗口中说
Starting activity example.com.SplashActivity on device 127.0.0.1:5555
在设备 127.0.0.1:5555 上启动活动 example.com.SplashActivity
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 ?
我的设备视图位于我的应用程序中。我什至在 Bluestack 上安装了 Launcher Pro,但是我在 Bluestack 中看不到我的应用程序。我该怎么做 ?
Thanks in advance
提前致谢
回答by Dilip
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.
据我所知,您需要在 Bluestack 应用程序播放器中安装 apk 文件,然后才能在 bluestack 上运行您的应用程序。如果您已安装 bluestack,则双击 apk 文件,它将自动安装在 bluestack 应用程序播放器中。
回答by anber
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.
我试过: adb connect 127.0.0.1 然后,在 Eclipse 中创建简单的项目,然后“运行配置”-“目标”-“总是提示选择设备”-“运行”。结束项目在 Bluestack 模拟器中自动运行。
回答by user3319832
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.
更改与 bluestacks 相关的 google 帐户密码。如果没有密码确认,更新将无法进行。永远不要在 bluestacks 中更新密码。将不再有自动应用程序安装。