如何在 netneans 6.5 上运行 Android 应用程序?
如何在netbeans 6.5上运行android应用程序?
如果我运行该应用程序意味着我收到以下错误,
W/ResourceType(1968): Bad string block: string #14 extends to 1847, Past end at 60
如何解决此问题?
How to run android application on netbeans 6.5?
If i running the application means i got following error,
W/ResourceType( 1968): Bad string block: string #14 extends to 1847, past end at 60
How to resolve this issue?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
伙计们,这只是理论。我的意思是 nbandroid - 适用于 Android 的 Netbeans 插件。它仍处于深度测试版(版本 0.10),并且 bug 太多,无法用于实际开发。我花了几天时间尝试使用它。最后,我成功地运行了一些简单的 HelloWorld 类似的程序,但对于更复杂的事情 - 这是行不通的。
恕我直言,开发 Android 应用程序只有 3 种方法:Eclipse、Intellij IDEA 和命令行工具。我的选择是 Intellij IDEA - 它比配备 Google 插件的 Eclipse 更好。
Guys it's only theory. I mean nbandroid - Netbeans plugin for Android. It's still in deep beta (version 0.10) and is too buggy to be used for real development. I have spent several days trying to use it. In the end I have managed to run some simple HelloWorld alikes but for more complicated things - it's unworkable.
IMHO there are only 3 ways to develop Android applications: Eclipse, Intellij IDEA and from command line tools. My choice is Intellij IDEA - it's better than Eclipse equipped with Google's plugin.