开发者

Changing from Android 2.2 to 2.1

开发者 https://www.devze.com 2023-04-05 05:38 出处:网络
I have developed an app using android 2.2, I want to downg开发者_开发知识库rade it to 2.1 (to do some testing),

I have developed an app using android 2.2, I want to downg开发者_开发知识库rade it to 2.1 (to do some testing), Is this possible? If so how do I do this?


Right click on the project > BuildPath > configureBuildPath it will open properties box of project select android in left side box, and change the version


Well on most handsets you can only the version supplied by your vendor. But the android emulators can be used with all versions you want.


Here is a list that lines up the API number with the version of android.

As mentioend above (Someone beat me to the steps) the best thing to do is simply change that one number in eclipse, and wa-la you will be targeting that specific version.

0

精彩评论

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