如何將我的應用程序的構建目標從4.3.1更改爲4.0?當我試圖改變它,我收到很多這樣的錯誤作爲如何將構建目標更改爲較低版本?
error: No resource identifier found for attribute 'layout_alignStart' in package 'android' Multiple markers at this line - listView1 cannot be resolved or is not a field - R cannot be resolved to a variable The import com.vote.system.R cannot be resolved
編輯:我已經解決了這個問題,我從我的項目的Android 4.3導出的R.java,然後改變了構建目標,和進口在R.java再次,它工作正常
你用什麼IDE?在android studio中,你可以右鍵點擊該項目並選擇打開模塊設置並執行相應的設置 – therealprashant 2014-10-17 09:03:39
我正在使用Eclipse,我已經嘗試更改屬性中的構建目標,但是當我這樣做時,項目會收到大量的錯誤,我認爲它是在R.id部分 – 2014-10-17 09:07:36
錯誤:你得到的錯誤是 – therealprashant 2014-10-17 09:10:35