On Apr 4, 2013, at 11:02 AM, Spencer <[email protected]> wrote:
> I'm trying to restyle the default ActionBarSherlock theme and getting the 
> dreaded "aapt.exe exited with code 1. (MSB6006)" error.

Please enable Diagnostic build output, clean, and rebuild your app:

        
http://docs.xamarin.com/guides/android/deployment%2c_testing%2c_and_metrics/diagnostics#Diagnostic_MSBuild_Output

Search the build output for "aapt", and look for any error messages.

My _guess_ is that ActionBarSherlock requires an AndroidManifest.xml 
//uses-sdk/@android:targetSdkVersion which is later than what your app is 
providing. (If your Properties\AndroidManifest.xml doesn't exist or doesn't 
provide a //uses-sdk/@android:targetSdkVersion attribute, then the default is 
based on $(TargetFrameworkVersion).)

 - Jon

_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to