Closed Mura75 closed 6 years ago
Looks like overflow bug in D8. Already submitted as https://issuetracker.google.com/issues/77240639.
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:
android.enableD8=false
кто по русски общается? объясните как построить в итоге? всю голову сломал
@bsodKeks, добавь в файл gradle.properties строчку android.enableD8=false
@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.
Yes, that’s just a temporary workaround.
ср, 18 июля 2018 г. в 23:27, Alexander notifications@github.com:
@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 https://github.com/yandex/mapkit-android-demo/issues/2#issuecomment-406063238, 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: