• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Test 2.3 project on 2.2

c2tarun

Newbie
Hi friends,

I designed an app in android 2.3 and now I want to test and install it in 2.2
How can I do that? I am using eclipse IDE.
 
provided that you didn't use any APIs that are only available for 2.3+, you can simply set the android:minSdkVersion attribute in the <uses-sdk> tag in the manifest file.
 
Back
Top Bottom