AAPT.EXE停在Eclipse中运行(ANDROID)
问题描述:
我在执行一个Android项目面临着AAPT的一个问题。我也做了以下步骤:
I am facing a problem with AAPT while executing an android project. I have done the following steps:
项目>清除
和
窗口> preferences> Android的>生成>正常
Window > Preferences > Android > Build > Normal
然而,它不影响该项目。的属性没有在R.java文件生成的。
However, it doesn't affect the project. The attributes are not generated in R.java file.
答
当我遇到问题,我只是删除所有的项目,然后创建一个新的
并再次将文件从新建项目复制。但复制前先检查XML codeS。
when I encounter that problem I just remove all the projects and then create a new one and copy again the files from new project. But first check the xml codes before copying.