android:installLocation="preferExternal" not working -


i have samsung s5660 galaxy gio phone api version 2.3.6, , haven't got enough space in internal memory install app, i've set installlocation, here androidmanifest.xml :

<manifest xmlns:android="http://schemas.android.com/apk/res/android"     ....     android:versioncode="1"     android:versionname="1.0"      android:installlocation="preferexternal">      <uses-sdk         android:minsdkversion="8"         android:targetsdkversion="21" /> .... 

i've read not work on devices pre 2.2 version, can't understand why it's not working me, log i'm getting :

[2015-06-13 17:40:36] failed install ... on device : no space left on device [2015-06-13 17:40:36] com.android.ddmlib.syncexception: no space left on device [2015-06-13 17:40:36 ] launch canceled! 

installing app on sd-card not mean installed 100% on external storage. keeps critical files (dalvik stuff , etc.) on internal memory , moves rest (application files, databases, caches , etc.) on external storage.


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -