dirkvranckaert / my-episodes-watch-manager

Automatically exported from code.google.com/p/my-episodes-watch-manager
1 stars 2 forks source link

Android 2.2 compatibility: make application installable on external storage #54

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In order for the application to be installable on the external storage of 
the phone some modifications have to be made to the manifest file and we 
should compile with the Android 2.2 SDK (8). Altough in the manifest the 
minSdkVersion should remain as is to be still compatible from Android 1.5 
as this is still one of the most used Android version for using our 
application (177 users last month).

More info on howto do so:
http://developer.android.com/guide/appendix/install-
location.html#Compatiblity

Original issue reported on code.google.com by dirkvran...@gmail.com on 25 May 2010 at 6:40

GoogleCodeExporter commented 8 years ago
Added android:installLocation="auto" to the manifest file.

To make this change work the Build target needs to be changed,
right click on your project -> properties -> Android -> check 'Android 2.2'.

Original comment by ivoniftrik on 28 May 2010 at 1:21

GoogleCodeExporter commented 8 years ago

Original comment by ivoniftrik on 28 May 2010 at 4:23