在尝试从github 克隆Android O示例时,项目无法同步并提供以下错误.Android studio提供的包不可用,因而无法安装缺失的平台(android o).
我正在使用android studio 2.3并克隆android o示例:https://developer.android.com/preview/o-samples.html#nc
可以任何人建议,我怎么能运行克隆的例子?
要将Android O项添加到Android Studio 2.3,我必须暂时切换到Android Studio中的Canary频道:
然后,在SDK Manager中,我可以下载O Developer Preview项目:
...以及26-rc1构建工具,平台工具和模拟器:
这应该让你超越当前的问题.
那个项目搞砸了,因为它指的是一个@mipmap/ic_launcher
不存在的项目.您需要摆脱应用程序似乎工作android:icon="@mipmap/ic_launcher"
的
元素Application/src/main/AndroidManifest.xml
.