2015-06-02 94 views
-2

在Eclipse中創建一個「庫項目」爲V7程序兼容性我收到以下錯誤:誤差V7創建一個eclipse庫項目程序兼容性

[2015-06-02 14:40:27 - android-support-v7-appcompat] Unable to resolve target 'android-19' 
[2015-06-02 14:40:27 - android-support-v7-appcompat] WARNING: unable to write jarlist cache file C:\Program Files (x86)\Android\android-sdk\extras\android\support\v7\appcompat\bin\jarlist.cache 

我做到了,正是因爲在here desribed,但它贏得了」工作。
它爲什麼失敗?

回答

1

我覺得問題在於你的Android SDK,你還沒有下載API Level 19

兩種解決方案如下:

  1. 打開sdk manager,安裝API Level 19版本的平臺。
  2. 打開你的sdk並看看你的安裝(例如,你有22)在你的SDK,然後修改項目設置爲SDK platform你有(22)。

希望這對你有用。

+0

thx,我調整了project.properties到target = android-22。這有幫助。 – Andy

+0

我的榮幸安迪:) –

+0

在我的appcompat v7庫項目和我的項目的project.properties中,目標是'android-22'。我仍然有這個錯誤: - / – Solace

相關問題