使用 Eclipse Juno 在 Android 5.0 Lollipop 中创建项目
问题描述:
我已经在 SDK Manager 中更新了所有与 5.0 相关的包,当我在 Eclipse 中创建一个新项目时,它显示目标版本为 4.X(L 预览版)而不是 5.0!Cna 任何人都可以帮助我在 Eclipse 中解决这个问题.而且我也没有获得 appcompat_v21 以获得较低的 API 级别支持!
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!
添加了 SDK 管理器工具的屏幕截图.
Added screenshot of SDK Manager Tools.
答
从属性创建项目后,您可以将项目更改为 5.0...
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.