Giter Club home page Giter Club logo

Comments (6)

ducrohet avatar ducrohet commented on May 26, 2024 3

To fix this you need to change the 2 lines at OkReplayPlugin:66-67:

val adbPath = globalScope.androidBuilder.sdkInfo.adb
val adbTimeoutMs = globalScope.extension.adbOptions.timeOutInMs

with the following:

val extension = project.extensions.getByType(BaseExtension::class.java)
val adbPath = extension.adbExecutable
val adbTimeoutMs = extension.adbOptions.timeOutInMs

from okreplay.

anoopc1 avatar anoopc1 commented on May 26, 2024 3

hi @felipecsl,
Friendly reminder (now that AGP 3.5 is officially released).

from okreplay.

felipecsl avatar felipecsl commented on May 26, 2024 2

hey mike, for sure! I'll give it another try!
the main issue here is that I dont think they release the sources for AGP until it becomes stable, so it's hard to debug but I'll give it a shot

from okreplay.

felipecsl avatar felipecsl commented on May 26, 2024

API change in the Android Gradle plugin :) I'll take a look into this, thanks for reporting!

from okreplay.

mmdango avatar mmdango commented on May 26, 2024

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.

from okreplay.

mmdango avatar mmdango commented on May 26, 2024

Ah good point, no pressure then. Thanks!

from okreplay.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.