Creating project in Android 5.0 Lollipop using Eclipse Juno

雨燕双飞 提交于 2019-12-10 12:45:50

问题


I have updated all 5.0 related packages in SDK Manager and when i create a new project in Eclipse it showing target version as 4.X (L Preview) instead of 5.0! Cna anyone help me to resolve this issue in Eclipse. And also I'm not getting the appcompat_v21 for lower API levels support!

Edit: Added screenshot of SDK Manager Tools.


回答1:


You can change your project to 5.0 after creating the project from the properties...

Right click project --> Properties --> Android --> Select Android 5.0 from project build path.


来源:https://stackoverflow.com/questions/26623074/creating-project-in-android-5-0-lollipop-using-eclipse-juno

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