Eclipse Android 在设备上运行应用程序。什么也没发生
我刚刚开始使用 Eclipse 开发 Android 应用程序。更新我的 Android SDK 后,我无法再在设备上运行我的项目。它显示“正在安装 app.apk...”,但没有任何反应。在没有 Eclipse 的情况下使用 adb 安装我的应用程序可以正常工作,哪里可能有问题?我重新安装了两次SDK和Eclipse。
I am just beginning to use Eclipse for Android applications. After updating my Android SDK i can't run my projects on device anymore. It says "Installing app.apk..." but nothing happens. Installing my app with adb without eclipse works, where could be an Issue? I reinstalled SDK and Eclipse twice.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尝试从手机中卸载该应用程序,然后重新安装。还要确保您可以选择允许在手机设置中检查非市场应用程序 -->应用程序。
Try unistalling the application from the phone before re-installing it. Also make sure you have the option to allow non-market apps checked in your phone settings --> applications.
它是否陷入了特定的百分比?如果是这种情况,解决方案是在尝试运行项目之前保持虚拟设备运行。
Is it getting stuck at a particular percentage? If that is the case, the solution was to keep the virtual device running before you attempt to run the project.
我的电脑上也有同样的问题。 Eclipse 上的 Android sdk 不能很好地与 Windows x64 配合使用。
因此,要启动应用程序,您必须终止 adb 进程。等待 adb 重新启动并再次启动。
I had the same problem on my computer. Android sdk on eclipse doesn't work well with windows x64.
So to launch the application you have to kill the adb process. Wait that adb restart and launch one more time.