简体   繁体   中英

How to store App in SDcard

I am very new to android development.... i have created an app and want to store it in my android mobile. But normally all apps gets stored in mobile memory and it now shows no space so i want to store it in my SD card. Pls get me a solution for this issue....

From the dev. guide :
Add this to your manifest.xml

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:installLocation="preferExternal"
... >

Note that as @Vinayak.B mentions in the comments, and as the guide says, this is available

"Beginning with API Level 8"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM