开发者

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 applicati开发者_开发百科on 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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜