-
Notifications
You must be signed in to change notification settings - Fork 72
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
NoSuchMethodError (GlobalScope.getAndroidBuilder) with android gradle plugin 3.5.0-beta01 #89
Comments
API change in the Android Gradle plugin :) I'll take a look into this, thanks for reporting! |
hi @felipecsl! any chance we could try getting this work for AGP 3.5.0-beta03? We're trying to use this version of AGP to get chrome traces. |
hey mike, for sure! I'll give it another try! |
Ah good point, no pressure then. Thanks! |
To fix this you need to change the 2 lines at OkReplayPlugin:66-67:
with the following:
|
hi @felipecsl, |
Upon switching to 'com.android.tools.build:gradle:3.5.0-beta01' &
gradle-5.4-rc-1-all.zip
, gradle config fails in our project with the error below.Culprit is okreplay plugin (we are on the latest 1.4 version)
relevant snippet:
full stack trace:
The text was updated successfully, but these errors were encountered: