tags:

views:

49

answers:

1

I have an Android 1.6 project. Can I directly convert it to 2.0?

+2  A: 

I assume "Convert" means making build for another version.

In Project Explorer, right click on Project name, select Properties -> Android , In "Project Build Target" section, select the SDK version number as you have download onto your machine.

PM - Paresh Mayani