We created an android application using eclipse in the version of Froyo until jelly bean 4.2.0 the problem is, we want to run the application in Jelly bean 4.2.2 ..I tried upgra
In manifest change "android:sdkVersion" to 17
Update target to latest one in project.properties file also.