Unable to write jarlist cache file while creating android project

前端 未结 13 1728
粉色の甜心
粉色の甜心 2020-11-29 03:20

While creating an android project in Eclipse, I get the error:

[2014-03-13 15:14:36 - appcompat_v7] WARNING: unable to write jarlist cache file C:\\Users\\Neel

13条回答
  •  自闭症患者
    2020-11-29 03:42

    That's because you also need Adroid Version 2.1! Go to Android SDK Manager and download Android Version 2.1 (API 7)

    If you start a new Android App. Project there is typed that FROM 2.1 TILL 4.4 Android version. So that mean the program is searching for the minimum Android version bro :)

    BTW: Download the 2.2. Android Version, too. :)

提交回复
热议问题