Where is my Android application?

橙三吉。 提交于 2019-12-12 05:42:59

问题


I installed my Android application on the sdcard adding the manifest directive: android:installLocation=preferExternal

But I can't locate my application on the sdcard if I browse its content with ES File Explorer.

Any idea?


回答1:


Adding android:installLocation=preferExternal does not gurantee it will end up on the external storage. From Google developer guide:

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.



来源:https://stackoverflow.com/questions/4469920/where-is-my-android-application

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!