简体   繁体   English

我的Android应用程序在哪里?

[英]Where is my Android application?

I installed my Android application on the sdcard adding the manifest directive: android:installLocation=preferExternal 我将Android应用程序安装在sdcard上,并添加了manifest指令: android:installLocation=preferExternal

But I can't locate my application on the sdcard if I browse its content with ES File Explorer. 但是,如果我使用ES File Explorer浏览其内容,则无法在sdcard上找到我的应用程序。

Any idea? 任何想法?

Adding android:installLocation=preferExternal does not gurantee it will end up on the external storage. 添加android:installLocation=preferExternal并不保证它将最终存储在外部存储中。 From Google developer guide: 从Google开发者指南中:

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. 如果声明“ preferExternal”,则要求将应用程序安装在外部存储器上,但是系统不保证将应用程序安装在外部存储器上。 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. 用户还可以在两个位置之间移动您的应用程序。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM