Styles.xml <style name= "Appbasetheme" parent= "Theme.AppCompat.Light" > hints the following error, which is a version issue. Error:error Retrieving parent for item:no Resource found that matches the given name ' Theme.AppCompat.Light '. Workaround: In Eclip SE to open any of the. java files, enter Android. R.style. Then you'll see a list of hints, take a closer look, and then compare them to see which one is closest to the original. Replace the underscore with a "." Can be. Change <style name= "Appbasetheme" parent= "Theme.AppCompat.Light" > to <style name= "Appbasetheme" parent= "Android: Theme.light "> Similarly, will <style name=" Appbasetheme "parent=" Theme.AppCompat.Light.DarkActionBar "> Changed to <style Name= "Appbasetheme" parent= "Android:Theme.Holo.Light.DarkActionBar" >
Solutions for Theme.AppCompat.Light in Android development