Android 开发问题二则
2010-04-18 17:20:00 来源:WEB开发网核心提示:itself, I just create new IDs in the resource files themselves. But unless I trigger the android resource generator, they don’t get inserted into “R.java”.And y
itself, I just create new IDs in the resource files themselves. But unless I
trigger the android resource generator, they don’t get inserted into
“R.java”.
And you don’t want to manually insert into “R.java”, because when the resource compiler does fire off, your code mods will be overwritten.
One way to force the issue is to select the Project/Clean menu command. If you have the automatic build switched off, you’ll then have to initiate a build. Otherwise the clean will fire off the auto-build process.
更多精彩
赞助商链接