简体   繁体   中英

android support-v7-appcomat compiling issue

after I updated Android SDK Tools and ADT to 22.6 , I found a error in android-support-v7-appcompat (I created a project for Android support class):

android-support-v7-appcompat] Using 1.7 requires compiling with Android 4.4 (KitKat); currently using API 16

So I am wondering how to fix it and will it affect projects which use the support class before the update.

thx

Import this library from you Android ADT Bundle.

/Eclipse Android/adt-bundle-mac-x86_64-20140321/sdk/extras/android/support/v7

Use this library in the Android Project. The issue will be FIX.

Note : You need to locate your V7 library from your Android ADT

Hope this helps

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM