从设备上的 eclipse 运行的应用程序不能单独在设备上运行,我该怎么办?

发布于 2024-11-17 21:28:04 字数 175 浏览 1 评论 0原文

我构建了一些收集有关电池信息的应用程序。当我尝试使用带有 Android 设备(不是模拟器)的调试模式的 Eclipse 来运行它时,即使我只是点击“运行”,它也能正常工作。当我将其安装在设备上(apk 文件)时,我无法运行它...... 另一个奇怪的事情是,当我安装它时,打开按钮被禁用。

我该怎么做才能确定问题所在?

I build some application that collects info about the battery. when I try to run it using eclipse with debugging mode with the android device (not emulator) it works fine even when I just hit Run. When I install it on the device (the apk file) I can't run it...
Another strange thing when I install it the open button is disabled.

what can I do to determine what is the problem?

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

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

发布评论

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

评论(1

无名指的心愿 2024-11-24 21:28:04

检查您是否已签署应用程序?您是否通过将 AndroidManifest.xml 文件的值设置为“false”来禁用调试模式?

Check whether you have signed the application or not?have you disabled the debug mode in AndroidManifest.xml file by setting its value to "false"?

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