-
Notifications
You must be signed in to change notification settings - Fork 61
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
Project doesn't build in Android Studio 3.1 #2
Comments
Looks like overflow bug in D8. |
Fixed with newest Android Studio 3.1.2 🎉. |
No, it doesnt. |
Which AS version? |
3.1.2. Gradle 4.4, Android Gradle plugin 3.1.2 |
Android Studio 3.1.3, Android Gradle plugin 3.1.3, Gradle 4.4, same problem |
Found a workaround, just add it to gradle.properties file:
|
кто по русски общается? объясните как построить в итоге? всю голову сломал |
@bsodKeks, добавь в файл gradle.properties строчку android.enableD8=false |
@ilyamodder this option is deprecated in Android Studio 3.1.3
|
Yes, that’s just a temporary workaround.
ср, 18 июля 2018 г. в 23:27, Alexander <[email protected]>:
… @ilyamodder <https://github.com/ilyamodder> this option is deprecated in
Android Studio 3.1.3
The option 'android.enableD8' is deprecated and should not be used anymore.
Use 'android.enableD8=true' to remove this warning.
It will be removed in AGP version 3.3.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB8pBwCfpzC6WKLwDI5zSiBzSaBgyED_ks5uH5oegaJpZM4S_pL2>
.
|
android.enableD8=false Is deprecated and should not be used anymore. |
Today AS 3.2 version released in stable channel. To my point of view DX totally replaced with D8. android.enableD8=false This trick shouldn't work with new version of AS. https://issuetracker.google.com/issues/77240639 says The fix should be in Android Studio 3.2 -- unfortunately it didn't make it for Android Studio 3.1. Some one knows, Is there bug fixed in AS 3.2? |
Everything seems to work just fine with Android Studio 3.2. Can anyone else confirm? |
I haven't faced any problem yet after updating AS 3.2. Now this issue can be closed! |
Thank you for new version of library.
Project doesn't build in Android Studio 3.1 and show Java compiler error:
The text was updated successfully, but these errors were encountered: