I have a problem all the applications im creating are getting installed in phones internal memory. and my phones memory is low so im flooded by the low space dialogue every time. can someone help please, thanks in advance
I have a problem all the applications im creating are getting installed in phones
Share
In the manifest of your application in the stub where you set the version and version name etc add the following tag android:installLocation=”preferExternal”.
You can keep it as auto so that the app can be made movable to phone or sd card.