[mono-android] howto install / move apk on sdcard

Jonathan Pryor jonp at xamarin.com
Wed Jun 20 20:43:22 UTC 2012


On Jun 18, 2012, at 8:26 AM, michelw wrote:
> i put android:installLocation="preferExternal" in my AndroidManifest.xml..
> 
> ( <uses-sdk android:minSdkVersion="7" android:targetSdkVersion="15" /> )
> Monodroid version 4.2.3
> 
> i forget something?

Sorry, this is a bug. We were using $(TargetFrameworkVersion) to control whether we kept the /manifest/@android:installLocation attribute, when we should have been checking for and using //uses-sdk/@android:targetSdkVersion.

This will be fixed in 4.2.4.

Thanks,
 - Jon



More information about the Monodroid mailing list