Failed to find target with hash string 'android-P' Install missing platform(s) and sync project

后端 未结 2 758
夕颜
夕颜 2021-01-27 02:55

Following this android tutorial https://codelabs.developers.google.com/codelabs/mdc-101-java/#1 I\'m trying to setup android-p in android studio 3.2 canary version.

I h

2条回答
  •  無奈伤痛
    2021-01-27 03:32

    There is a newer Android API 28 SDK Platform you should download and use (it looks like you have this downloaded already based on your screenshot.)

    Then, specify 28 in your build file for your targetSdkVersion instead of 'android-P'.

提交回复
热议问题