Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Doesn't compile with Studio 3.4.x #97

Open
kraghu opened this issue May 17, 2019 · 4 comments
Open

Doesn't compile with Studio 3.4.x #97

kraghu opened this issue May 17, 2019 · 4 comments

Comments

@kraghu
Copy link

kraghu commented May 17, 2019

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 ?

@gjsalot
Copy link

gjsalot commented May 20, 2019

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

@Nstd
Copy link

Nstd commented Jun 28, 2019

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

@lenguyenthanh
Copy link

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

@omkar-tenkale
Copy link

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants