所以我想導入一個現有的項目到eclipse,當我這樣做時我得到以下錯誤。在Package Explorer中的項目的主文件夾中有一個紅色的感嘆號旁邊和控制檯說了同樣的錯誤3次(!):導入現有項目到eclipse時出錯
[2013-07-10 14:23:39 - Myproject1] Project has no target set. Edit the project properties to set one.
[2013-07-10 14:23:39 - Myproject1] Project has no target set. Edit the project properties to set one.
[2013-07-10 14:23:39 - Myproject1] Project has no target set. Edit the project properties to set one.
我做了這個錯誤我的研究,發現了一堆東西在這個網站上已經沒有任何幫助。當他們嘗試執行導入的項目時,人們大多會得到此錯誤,而不是在導入項目後立即執行。我也嘗試在項目屬性中設置「目標集」,正如錯誤告訴我的那樣,但我無法找到在屬性中的任何位置設置「目標集」的位置。
還有一點值得一提的是,如果我打開src文件夾並嘗試打開任何* .java,一切都是空白,「代碼」將打開,但它是空白的。任何幫助將不勝感激!
在AndroidManifest.xml中設置Android目標版本 – yatul
RightClick在應用程序 - >屬性 - > Andrid - >選擇一個Android版本。 –
可能的重複問題[link](http://stackoverflow.com/questions/3857576/project-has-no-default-properties-file-edit-the-project-properties-to-set-one) –