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 have downloaded the following project from github to test material design https://github.com/material-components/material-components-android-codelabs but I get an error when gradle build runs (Failed to find target with hash string 'android-P' Install missing platform(s) and sync project)
When I look in the sdk manager I see Android P is installed but gradle is not recognizing it.
any idea? thanks