[mono-android] howto install / move apk on sdcard
Jonathan Pryor
jonp at xamarin.com
Thu Jun 21 14:24:41 UTC 2012
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
More information about the Monodroid
mailing list