Update the eclipse Android project to the next version
I have an Android project in eclipse. I started developing in Android version 2.2. (I think). I want to update the project to run on my 2.3.3 device. Is there any way to upgrade the project or do I need to create a new project?
resolvent:
So based on your question... I just want to say that an Android 2.2 application will run on your 2.3.3 device without making any changes. (that is, the application is forward compatible)
If you still want to change the platform version, please continue to read
Right click your project in the Project Explorer pane and select properties. The window that appears is as follows. You can select different platform targets
If your project then reports some property related errors in the problems pane, you can fix them by right clicking the project again and selecting Android tools – >. Repair Project Properties menu item:
There is a uses SDK element in the androidmanifest.xml file, and the minsdkversion attribute should always be set to a certain value, especially if you want to put the application in the Android Market. The corresponding API levels for Android are well documented