How to Upgrade projects in eclipse

前端 未结 2 1504
南旧
南旧 2021-01-28 05:58

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

相关标签:
2条回答
  • 2021-01-28 06:25

    In manifest change "android:sdkVersion" to 17

    0 讨论(0)
  • 2021-01-28 06:44

    Update target to latest one in project.properties file also.

    0 讨论(0)
提交回复
热议问题