从设备上的 eclipse 运行的应用程序不能单独在设备上运行,我该怎么办?
我构建了一些收集有关电池信息的应用程序。当我尝试使用带有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查您是否已签署应用程序?您是否通过将 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"?