2012-05-31 130 views

回答

0

上安裝在你的Mainfest文件做到這一點 對於SD卡片

<manifest xmlns:android="http://schemas.android.com/apk/res/android" 
    package="com.emx.jamalert" 
    android:installLocation="preferExternal"> 

對於內部存儲器

<manifest xmlns:android="http://schemas.android.com/apk/res/android" 
    package="com.emx.jamalert" 
    android:installLocation="Internal"> 
相關問題