About minsdkversion= "8" After the upgrade, do not want to use the APPCOMPAT_V7 package,
Then the appcompat_v7 theme "Theme.AppCompat.Light" does not exist, and will generate a compilation error,
Scenario : Find the topic that corresponds to the advanced version.
The following is an example of upgrading to 14.
The original effect of Theme.AppCompat.Light replacement into @android:style/theme.holo.light can be.
<!-- <style name= "Appbasetheme" parent= "Theme.AppCompat.Light" > API one Theme customizations can go here. - < name= "Appbasetheme" parent= "@android: Style/theme.holo.light" > <!-- - </style>
Original Theme.AppCompat.Light.DarkActionBar replaced with @android:style/theme.holo.light.darkactionbar
<!-- <style name= "Appbasetheme" parent= "Theme.AppCompat.Light.DarkActionBar" > API Theme Customizations can go here. - < name= "Appbasetheme" parent= "@android: style/ Theme.Holo.Light.DarkActionBar "> < !-- -- </ style >
Other similar.
About minsdkversion= "8" Upgrade APPCOMPAT_V7 package topic "Theme.AppCompat.Light" and other non-existent problems