DebugDrawer icon indicating copy to clipboard operation
DebugDrawer copied to clipboard

Doesn't compile with Studio 3.4.x

Open kraghu opened this issue 5 years ago • 4 comments

Hi there, When I upgraded studio to latest 3.4.x and gradle to 5.x.x . it keeps throwing compilation error . Any workaround for this ?

kraghu avatar May 17 '19 20:05 kraghu

I am also having this issue since upgrading to gradle plugin 3.4.0, gradle 5.1.1.

e: Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath:
    class io.palaima.debugdrawer.commons.BuildModule, unresolved supertypes: io.palaima.debugdrawer.base.DebugModuleAdapter
    class io.palaima.debugdrawer.actions.ActionsModule, unresolved supertypes: io.palaima.debugdrawer.base.DebugModule
    class io.palaima.debugdrawer.commons.DeviceModule, unresolved supertypes: io.palaima.debugdrawer.base.DebugModuleAdapter

gjsalot avatar May 20 '19 08:05 gjsalot

Maybe lost some dependency, such as io.palaima.debugdrawer:debugdrawer-base:0.8.0

Nstd avatar Jun 28 '19 10:06 Nstd

Adding debugImplementation "io.palaima.debugdrawer:debugdrawer-base:$debugDrawer" worked for me.

lenguyenthanh avatar Jun 28 '19 11:06 lenguyenthanh

debugImplementation "io.palaima.debugdrawer:debugdrawer-base:0.8.0"

omkar-tenkale avatar Apr 23 '22 14:04 omkar-tenkale