This "rugged" device used to be Windows Mobile, but now they've introduced
an "Android Compatible" version of the device. One of our customers
downloaded one of our MonoDroid applications, and of course, the device
doesn't appear to be compatible enough. It looks like the app crashes trying
this...
 
string id = Android.Provider.Settings.Secure.GetString(
Global.CurrentActivity.ContentResolver,
Android.Provider.Settings.Secure.AndroidId );

I can't be sure this is the exact location of the crash, so they sent me a
device so I could run our app with the VS2010 debugger. The problem is, when
I deploy the app from VS2010, I'm told the "The minimum Android version is
higher than this device supports".
 
The app's minimum is 2.1 (Level 7), and the device's "About" says that it
also is 2.1. I lowered the app to 1.6 (Level 4) just to test; but, I get the
same message.
 
I suspect the answer to our problem is "We can't run on this device"; but,
If anyone has any thoughts, let me know.
 
Thanks,
Steve
 
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

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

Reply via email to