**** BEGIN LOGGING AT Thu Dec 11 02:59:58 2014 Dec 11 03:00:10 values/styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'. Dec 11 03:00:30 I guess you'd need to import support-v7 to use that. Dec 11 03:00:43 AppCompat is from the support library. Dec 11 03:00:55 If you change it to Theme.Holo.Light, it should work. Dec 11 03:01:27 I don't understand why the wizard is generating a project that depends on a non-imported support library, though. Dec 11 03:01:56 no dice Dec 11 03:02:18 android was going so well for me until now Dec 11 03:02:49 You changed it to [parent="@android:style/Theme.Holo.Light"] and it's still saying "Error retrieving parent ..."? Dec 11 03:04:56 saying @android:style/Theme.Holo.Light gives a squiggly line Dec 11 03:05:15 but Theme.Holo.Light just gives the red X on the side Dec 11 03:05:33 melow Dec 11 03:05:35 @style prefix Dec 11 03:05:54 also dont use eclipse Dec 11 03:06:01 doesn't support AAR Dec 11 03:06:03