How to Upgrade projects in eclipse

本秂侑毒 提交于 2019-12-20 07:28:48

问题


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 upgrading the minSdkVersion and the targetSdkVersion in eclpise still the application crush when I tried it in 4.2.2 my API .I also go to Windows>preferences>android >the platform has already 4.2.2

I am asking for help..please Help!!


回答1:


In manifest change "android:sdkVersion" to 17




回答2:


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



来源:https://stackoverflow.com/questions/20866800/how-to-upgrade-projects-in-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!