Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prep the project for android studio 3.2 #20

Open
JamesDurham opened this issue Sep 10, 2018 · 1 comment
Open

prep the project for android studio 3.2 #20

JamesDurham opened this issue Sep 10, 2018 · 1 comment

Comments

@JamesDurham
Copy link
Contributor

screen shot 2018-09-10 at 3 47 14 pm

That's just the begining.

just try to build with AS 3.2 preview.

@JamesDurham
Copy link
Contributor Author

JamesDurham commented Sep 11, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant