2014年1月5日 星期日

允許apk安裝在sd卡上的設定『AndroidManifest.xml 中,在<manifest> </manifest>的標籤上』

允許apk安裝在sd卡上的設定『AndroidManifest.xml 中,在<manifest> </manifest>的標籤上』




資料來源:http://j796160836.pixnet.net/blog/post/29141261-%5Bandroid%5D-%E8%AE%93%E4%BD%A0%E9%96%8B%E7%99%BC%E7%9A%84android%E7%A8%8B%E5%BC%8F%E4%B9%9F%E6%94%AF%E6%8F%B4app2sd



加入一個android:installLocation的參數,本例為"auto"












<manifest xmlns:android="http://schemas.android.com/apk/res/android"


package="com.J_Test.TestProject"


android:versionCode="1"


android:versionName="1.0"


android:installLocation="auto">



 


 


沒有留言:

張貼留言