i developed android application in normal android2.1, i want to use Google map in my application. can i convert my android2.1 application into Google API application. I add maps jar file in my normal android application. but its not working. It throws an error like
“java.lang.NoClassDefFoundError:”.
Any one know how to solve this problem?
Yup you can,
Right click on the project name in the Project Explorer like so
Click on Android, you should see a Screen like this
Go ahead and select the Google API version that you want your app to be targeted to (Assuming you have downloaded the Google API SDK package)
Click ok and you are good to go!