On Feb 29, 2012, at 5:57 PM, Allen wrote:
> I am trying to add "android:previewImage" attribute to my app widget XML, but 
> I got error when I compiled my solution. Here is the error I got:
> 
> No resource identifier found for attribute 'previewImage' in package 'android'
> 
> My target platform is Android 3.1 (API 12).

Odd; it works for me when I set $(TargetFrameworkVersion) to Android 3.1. It 
fails when I have it set to e.g. Android 2.2 (API 8), though you can make it 
work by editing Properties\AndoridManifest.xml and adding:

        <uses-sdk android:targetSdkVersion="12" /> 

 - Jon

_______________________________________________
Monodroid mailing list
[email protected]

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

Reply via email to