我在res/values文件夾中創建了一個ids.xml文件。當我試圖添加任何id在它。我得到了以下錯誤:android:aapt.exe遇到錯誤
aapt.exe has encountered a problem and needs to close. We are sorry for the inconvenience.
當我清理並生成project.i再次出現此錯誤。任何建議..?
更新:當我創建ids.xml文件時,eclipse創建該文件時沒有任何錯誤。但是當我嘗試添加一些東西時,我會讓我崩潰。
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<item type="id" name="auto_focus" />
</resources>
當我加入auto_focus我得到了錯誤
我無法創建ids.xml file.when我創建我得到這個aapt.exe遇到問題,需要關閉。我們對此造成的不便表示抱歉 –