Android eclipse 插件 - 无法在硬件设备上安装和运行构建

发布于 2024-12-17 10:16:07 字数 723 浏览 0 评论 0原文

我刚刚在 eclipse 中创建了一个新的 Android 项目,然后点击构建以在手机上运行测试应用程序。我在清单中启用了“可调试”选项。手机的调试模式已启用,并列在 adb 的设备列表中。当点击 Eclipse 上的构建按钮时,以下行将打印到控制台:

[2011-11-23 14:44:23 - 测试] ------------------------------------------

[2011-11-23 14:44:23 - 测试] Android 发布!

[2011-11-23 14:44:23 - 测试]adb运行正常。

[2011-11-23 14:44:23 - 测试] 执行 de.bobby.test.TestActivity 活动启动

[2011-11-23 14:44:23 - 测试]自动目标模式:使用设备“34334983F61800EC”

[2011-11-23 14:44:23 - 测试] 将 Test.apk 上传到设备“34334983F61800EC”

[2011-11-23 14:44:23 - 测试]正在安装 Test.apk...

但没有任何反应。 安静奇怪的是,我可以通过调用“adb install APK_PATH”和“adb shell ...”从 Windows 上的普通命令行安装和运行该应用程序。 所以显然 eclipse 插件还有另一个问题。

我该如何解决这个问题?有什么建议吗?

I just created a new Android project in eclipse and hit build to run the test app on my phone. I enabled the "debuggable" option in my manifest. The phone's debug mode is enabled and it's listed on the devices list of adb. When hitting the build button on eclipse the following lines are printed out to the console:

[2011-11-23 14:44:23 - Test] ------------------------------

[2011-11-23 14:44:23 - Test] Android Launch!

[2011-11-23 14:44:23 - Test] adb is running normally.

[2011-11-23 14:44:23 - Test] Performing de.bobby.test.TestActivity activity launch

[2011-11-23 14:44:23 - Test] Automatic Target Mode: using device '34334983F61800EC'

[2011-11-23 14:44:23 - Test] Uploading Test.apk onto device '34334983F61800EC'

[2011-11-23 14:44:23 - Test] Installing Test.apk...

And nothing happens.
The quiet strange thing is that I can install and run the app from the normal command line on Windows by calling "adb install APK_PATH" and "adb shell ...".
so obviously there is another problem with the eclipse plugin.

How can I fix that issue? Any suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

刘备忘录 2024-12-24 10:16:07

尝试重新启动 Eclipse 和 ADB。如果问题仍然存在,请更新 ADT 和其他工具。

Try restarting Eclipse and ADB. If the problem remains, then go for updates of ADT and other tools.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文