main.xml 和 strings.xml 在 android:generate-sources 上被覆盖
我已经使用原型设置了一个干净的 android 项目。每当我尝试修改 res/layout 和 res/values 中的 main.xml 和 strings.xml 时,它都会失败。
更具体地说,编辑失败不会失败,但在运行 mvn android:generate-sources
或 mvn install
后,文件将被替换为由原型。
我正在使用 netbeans,但这不会对构建过程产生任何影响。
我错过了什么还是这些项目是“只读”的?
I've setup a clean android project using the archetypes. Whenever I try to modify main.xml and strings.xml in res/layout and res/values it fails.
To be more specific the editing fails doesn't fail, but after running mvn android:generate-sources
or mvn install
the files are replaced by the ones that are created by the archetype.
I'm using netbeans, but this shouldn't have any effect on the build-process.
Do I miss something or are these projects "readonly"?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在评论中回复:
Answered in comments: