简体   繁体   English

android support-v7-appcomat编译问题

[英]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 SDK ToolsADT更新为22.6 ,我在android-support-v7-appcompat发现了一个错误(我为Android支持类创建了一个项目):

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. 从您的Android ADT捆绑包导入该库。

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

Use this library in the Android Project. 在Android项目中使用此库。 The issue will be FIX. 问题将是FIX。

Note : You need to locate your V7 library from your Android ADT 注意:您需要从Android ADT中找到V7库

Hope this helps 希望这可以帮助

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 具有V7支持库的Android中的Robolectic问题 - Robolectic in Android with V7 support library issue android.support.v7.app.ActionBarActivity的问题 - Issue with android.support.v7.app.ActionBarActivity android支持库v 23.3.0 snackbar问题 - android support library v 23.3.0 snackbar issue Android:在Appcomat底片显示时调整EditText的大小 - Android: Resize EditText when Appcomat bottomsheet shows 使用“ android.support.v4.provider.DocumentFile”的支持库问题 - Support library issue to use “android.support.v4.provider.DocumentFile” 编译 com.android.support:support-v4:24.0.0 时出现 android 错误 - android error while compiling com.android.support:support-v4:24.0.0 Android Facebook SDK - android.support-v4问题(未找到类android.support.v4.app.Fragment) - Android Facebook SDK - android.support-v4 issue (class android.support.v4.app.Fragment not found) 4.0及以上版本的Android support-v7-appcompat问题 - Android support-v7-appcompat issue with 4.0 & above android.support.v4.widget.NestedScrollView高度问题 - android.support.v4.widget.NestedScrollView height issue Android 支持 v4 SwipeRefreshLayout 空视图问题 - Android support v4 SwipeRefreshLayout empty view issue
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM