简体   繁体   中英

Where is my Android application?

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?

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.

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