如何从 IntelliJ Community Edition 将单个 Android 项目部署到 Froyo 和 Honeycomb
我正在尝试使用 IntelliJ Community Edition 开发适用于 3.2 和 2.2/2.3 的混合应用程序。但是当我想将应用程序(minSDK 在清单中设置为 8)部署到手机时,它不起作用。它的行为就像没有受支持的设备连接到计算机一样。该项目的构建目标设置为 3.2,以便能够访问 IntelliJ 中的 Honeycomb 支持。
我做错了什么吗?我希望有一个项目可以制作混合应用程序并部署到两种设备(2.2/2.3 和 3.2)。
I am trying to develop a hybrid app for both 3.2 and 2.2/2.3 using IntelliJ Community Edition. But when I want to deploy the app (minSDK is set to 8 in the manifest) to a phone it doesn't work. It acts like no supported devices are connected to the computer. The project's build target is set to 3.2 in order to be able to access the Honeycomb support in IntelliJ.
Is there anything I'm doing wrong? I'd love to have a single project that makes a hybrid app and deploys to both devices (2.2/2.3 and 3.2).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能遇到此错误。检查链接以获取解决方法。如果问题仍然存在,请提供您的 AndroidManifest.xml 文件。
You may have this bug. Check the link for the workaround. If the issue remains, please provide your AndroidManifest.xml file.