Get a warning when creating an Android project using eclipse

Source: Internet
Author: User

The warning message is as follows:

[2014-12-06 11:41:59-appcompat_v7] Warning:unable to write Jarlist cache File/home/fuhd/work/workspace/android/appcompat_v7/bin/jarlist.cache

When you create an Android project, the minimum requirements for the SDK are not selected (by default). After you create the project, a Appcompat_v7 folder appears. To the Appcompat_v7/bin directory, you can not find jarlist.cache files, legends to refresh the Appcompat_v7 file only (for the Jarlist.cache is unclear so, do not know what to use, which is seen from the foreign website).

Why appears Appcompat_v7 folder, foreigner explanation:

The Appcompat_v7 folder is added because your use of an action bar component.

What does this have to do with our warning above? The foreigner said, the minimum version of the Support SDK was adjusted to 14, it was resolved. Not only will appcompat_v7 not appear, but warnings will not be:

<USES-SDK android:minsdkversion= "android:targetsdkversion="/>


Get a warning when creating an Android project using eclipse

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.