简体   繁体   中英

appcompat_v7 Error in Eclipse(Android)

i'm new in android development . i installed Eclipse and JDK and Installed( API 20) and (API 8) and all the extras but when i opened eclipse for android project i got error in Appcompat_v7(res->values_v23->styles_base.xml->( ) .

Error is : enter image description here Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Button.Colored'. styles_base.xml /appcompat_v7/res/values-v23

Change the Compile Sdk to 23 . That Solve my Problem.

Update

As the OP has now Android Studio,

here are a few links to tackle the same,,

Boost up Gradle build time - 1

Boost up Gradle build time - 2

basically you need to add org.gradle.daemon=true to build.gradle file.

you can search for similar, and will find many threads on SO for the same,

Note: Its not "Guaranteed" to work but why not give a try

I would suggest you to use Android Studio instead of Eclipse .

Now the error, you will have to update your SDK platform to API 23 which is the Latest API(as of now), as it will require that particular version for compiling. Your current is API 20 which will not include the styles which is required by appcompat_v7 .

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