0
I’m having several errors related to the themes.
Error retrieving Parent for item: No Resource found that Matches the Given name 'Theme.AppCompat.Light' There are several lines.
I installed 100% Eclipse again, but nothing solved.
Due to these errors the R class also does not generate. Even projects that had already finished can not update.
I’m using the Juno.
Is it not a diplicate? http://answall.com/questions/37437/erro-no-v7-appcompat-nos-themes-v21
– Wakim
I’ve done everything on the topic Wakim mentioned, nothing solves.
– Claudinei Arteman
How is your
AndroidManifest.xml
?– Wakim
<?xml version="1.0" encoding="utf-8"? > <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="br.com.tt.guialojaperfeitabase" android:versionCode="1" android:versionName="1.0" > <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="21" /> <application
– Claudinei Arteman