摘要:Android錯誤整理
Android錯誤處理:
開啟範例時出現 An Eclipse project already exists in this directory時移除範例 使用import匯入範例
File->Import General->Existing Projects into WorkSpace
File->Import General->Existing Projects into WorkSpace
R.java重複定義打開src目錄 刪除最下層舊的R.java檔即可
無法自動生成gen目錄 打開專案的XML檔 隨便編輯後再試試是否解決無法自動生成問題
不支援@Override
重設java compiler(1.6 or 1.7)
Project->Properties->Java Compiler->Enable project specific settings
->Configure Workspace Settings->Compiler compliance level選擇
匯入專案時,無法開啟project.properties檔案
先刪除專案,到原始目錄內找到project.properties
使用一般的文字編輯器開啟,重新設定target=android-XX
最後再匯入專案
匯入專案時,修改project.properties卻不能讀檔
出現Could not open the editor: Resource is out of sync with the file system 錯誤
解決: 在左方專案區,對project.properties點右鍵,點選Refresh後,重開
project.properties檔案即可