Android Eclipse 插件 R 代
有什么方法可以设置“默认”R 包生成吗?默认情况下,它是在 AndroidManifest.xml 的包属性上编译的。 有没有办法告诉 Eclipse 插件使用 -J package.name
选项和 aapt
命令? 我想用 ant 来做到这一点,但我遇到了库依赖性问题,就像这里提到的那样< /a>
问候
Is there any way to set "default" R package generation? By default it is compiled on AndroidManifest.xml's package property.
Is there any way to tell Eclipse plugin to use -J package.name
option with aapt
command?
I want to do this with ant but I have problems with library dependances like it is mentioned here
Regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你好
如果您可以检查清单,则有一个包属性。这是默认的 R 包生成。您可以将其更改为您需要的任何包。然后,如果您清理项目,它将自动使用您的包名称更新 R 包
Imp 注意:一旦您执行此操作,就会使用正确的包路径更新您的活动。
但你为什么要这样做呢?
Hi
if u can check in the manifest there is a package attribute . that is the default R package generation. you can change it to whatever the package You need . and then if u clean your project it will automatically update the R package with your package name
Imp NOTE: once you do this update your activities with the correct package Path.
But why you want to do this?