简体   繁体   English

如何将Android App安装到内部sdcard或如何利用内部存储

[英]How to install Android App to internal sdcard or how to utilize the internal storage

My partition of data's space is lack,So I move the app from data to internal sdcard, the phone deny this option. 我的数据空间不足,因此我将应用程序从数据移动到内部sdcard,电话拒绝了此选项。 Now I move app to external sdcard,and my internal sdcard only use 1% and I do not know how to utilize it,my photos store in my external sdcard. 现在我将应用程序移动到外部sdcard,而内部sdcard仅使用1%,而且我不知道如何使用它,照片存储在我的外部sdcard中。

After I delete partition 18(/data) and 19(/storage/sdcard1) and recreate them,the phone can not start up. 删除分区18(/ data)和19(/ storage / sdcard1)并重新创建它们之后,电话无法启动。

After I move /data/data to /system/data and link /system/data to /data/data ,the phone can not start up. /data/data to /system/data并将/data/data to /system/data链接/system/data to /data/data ,手机无法启动。

After I move /data/dalvik-cache to /system/dalvik-cache and link /system/dalvik-cache to /data/dalvik-cache ,the phone can not start up. 当我移动/data/dalvik-cache/system/dalvik-cache和链路/system/dalvik-cache/data/dalvik-cache ,使手机无法启动。

After I move /data/app to /system/data_app/app and link /system/data_app/app to /data/app ,the phone can start up,but all the app can not upgrade.And I can not debug my developed app in my phone. 当我移动/data/app/system/data_app/app和链接/system/data_app/app/data/app ,手机可以启动,但所有的应用程序无法upgrade.And我不能调试我开发的应用程序在我的电话里。

Now I move some apk from /data/app to /system/app ,some app can not work,I have to move them back.Some app can work normal,but when the app update,the size of /data still decrease. 现在,我将一些APK从/data/app移至/system/app ,某些应用无法正常工作,我必须将它们移回。某些应用可以正常工作,但是当应用更新时,/ data的大小仍会减小。

How can I use my internal sdcard or how can I store all my app in my phone's internal storage,I don't want setup the app to external sdcard. 如何使用内部sdcard或如何将所有应用程序存储在手机的内部存储中,但我不想将应用程序设置为外部sdcard。

Add your Android Manifest file 添加您的Android清单文件

android:installLocation="preferExternal" 

or 要么

android:installLocation="auto".

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 从 Playstore 下载该应用程序时如何设置该应用程序应安装在 sdcard 或 android 的内部存储器中? - how to set when downloading from playstore that app should install in sdcard or internal memory in android? 如何从内部存储文件安装应用程序 - how to install an app from internal storage files Android如何安装存储在内部存储中的apk - Android how to install apk stored in internal storage "如何在android中获取内部和外部sdcard路径" - How to get the internal and external sdcard path in android 如何强制android在内存上安装app - How to force android to install app on internal memory 如何在Android手机内部存储上写入.apk文件,以便我可以通过编程方式从内部空间安装该应用 - How to write .apk file on android phone internal storage, so that I can install that app from internal space programatically 如何通过单击照片浏览android的内部和外部存储(sdcard)? - How can I browse internal and external storage (sdcard) of android by clicking on photo? 如何在Android中将文件从sdcard复制到内部存储而不会损坏它们 - How to copy files in Android from sdcard to internal storage without corrupting them 如何将zip映射文件复制到/ sdcard / osmdroid /(内部存储) - How to copy a zip map file to /sdcard/osmdroid/ (internal storage) 如何从内部存储中获取不带SD卡插槽的手机中的歌曲 - How to get songs from Internal Storage for phone with no sdcard slot
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM