You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
one change that will need to be in place is in the root buid.gradle file : ext.build_tools_version = '27.0.3'
will need to change to ext.build_tools_version = '28.0.2'
all the new AS stuff seems to need the new build tools
WARNING: The specified Android SDK Build Tools version (27.0.3) is ignored, as it is below the minimum supported version (28.0.2) for Android Gradle Plugin 3.2.0-rc03.
Android SDK Build Tools 28.0.2 will be used.
To suppress this warning, remove "buildToolsVersion '27.0.3'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools.
This seems to have something todo with the new D8 compiler
That's just the begining.
just try to build with AS 3.2 preview.
The text was updated successfully, but these errors were encountered: