Android Unable to resolve target ‘android-X’

來源:互聯網
上載者:User

今天匯入一個Android的例子程式,出現了Unable to resolve target 'android-8'的錯誤。剛開始以為是沒匯入包或者是phoneGap沒配置好。可是折騰了好久還是報錯。最後google之後才發現原來是ADK版本不同。

ADK版本:---API Level對應關係(注意高版本不一定是相容低版本的)

android2.3.4---10
android2.3.1---9===Gingerbread
android2.2---8===Froyo
android2.1---7===Eclair
android2.0.1---6===Eclair
android2.0---5===Eclair
android1.6---4===Donut
android1.5---3===Cupcak
android1.1---2 
android1.0---1

解決辦法:1、修改project.properties裡的target=android-8(若是android2.2開發的情況下)

                 2. 項目右鍵開啟項目屬性,在左側選擇Android,在右側選擇具體的android版本。
                    選擇好後,再項目右鍵,在android Tools下選擇Fix Project Properties

                3. 如果沒有default properties, 自己建下,然後target=android-10

JDK版本:
1.5隻支援繼承Class的子類用@overwrite覆蓋方法
1.6支援實現介面的子類用@overwrite
  解決辦法:window -->preferences -->java -->compliance-->compiler 在右側,選擇為1.6或其他的,點擊apply,點擊ok.(1.6向下相容)
添加額外的庫支援:

首先要加入android.jar這個包,右鍵工程Buildpath,

    java buildpath,選擇libraries

    在右邊的按鈕中點擊“AddLibrary”

    選擇“Userlibrary”,點擊“下一步”

    點擊“Userlibrarys”按鈕

    在出現的介面中點擊“New..”按鈕

    在彈出的介面中隨便起一個名字,點擊“確定”

    點擊“Addjars”按鈕選擇第三方jar包,點擊“確定”完成操作。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.