Package id platform: android-O not available

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-01 04:47:25

To add the Android O items to Android Studio 2.3, I had to temporarily switch to the Canary channel in Android Studio:

Then, in the SDK Manager, I could download the O Developer Preview items:

...along with the 26-rc1 build tools, platform tools, and emulator:

That should get you past your current problems.

That project is messed up, in that it refers to a @mipmap/ic_launcher that does not exist. You need to get rid of android:icon="@mipmap/ic_launcher" from the <application> element of Application/src/main/AndroidManifest.xml, after which the app appears to work.

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