开发者

Android move to sdcard fetaure

开发者 https://www.devze.com 2023-03-04 23:07 出处:网络
i have found that the move to sdcard feature is available in from 2.2 only, my problem is my os version is 2.1 ,but when it installing in 2.2 i need to enable the feature ,how can i do this, i have fo

i have found that the move to sdcard feature is available in from 2.2 only, my problem is my os version is 2.1 ,but when it installing in 2.2 i need to enable the feature ,how can i do this, i have found that the 'Installation location attribute is availa开发者_开发问答ble in 2.2'.


1) Update your SDK to at least "SDK Platform Android 2.1-update1, API 7, revision 2"

2) In the application.manifest file insert the line

<uses-sdk android:minSdkVersion="7"></uses-sdk>
0

精彩评论

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