问题
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