set install location to sdcard android
put android:installLocation="preferExternal"
under <manifest xmlns:android="http://schemas.android.com/apk/res/android">
in menifest.xml file
code should appears like
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:installLocation="preferExternal">
for setting install location to phone put "preferInternal" in place of "preferExternal"
No comments:
Post a Comment