哪里是我的Android应用程序?
我安装我的SD卡添加清单指令Android应用程序:安卓的installLocation = preferExternal
I installed my Android application on the sdcard adding the manifest directive: android:installLocation=preferExternal
但是,如果我浏览了与ES文件浏览器的内容我无法找到我的SD卡的应用程序。
But I can't locate my application on the sdcard if I browse its content with ES File Explorer.
任何想法?
添加安卓的installLocation = preferExternal
不出示担保它最终会在外部存储。从谷歌开发人员指南:
Adding android:installLocation=preferExternal
does not gurantee it will end up on the external storage. From Google developer guide:
如果你声明preferExternal,就要求你的应用程序的外部存储安装,但系统并不能保证你的申请将在外部存储安装。如果外部存储满时,系统将在内部存储安装。用户还可以将两个位置之间的应用程序。
If you declare "preferExternal", you request that your application be installed on the external storage, but the system does not guarantee that your application will be installed on the external storage. If the external storage is full, the system will install it on the internal storage. The user can also move your application between the two locations.