On Jun 21, 2012, at 2:13 AM, michelw wrote: > ah ! mhh problem.. we want to deploy our apk on play store this week, next > week maximum.. have you a date (beta or not) for 4.2.4?
It might hit testing by then. I wouldn't wait for it. In the short term, you can set your TargetFrameworkVersion to API 7, ensure that your app builds (thus ensuring that you don't accidentally use any API 8 members), then set your TargetFrameworkVersion to API 8. Your app will still run on API 7+ devices, and your AndroidManifest.xml will be able to specify installLocation. Thanks, - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
