We're a place where coders share, stay up-to-date and grow their careers.
Hi there, I'm not exactly sure what could be the problem there. Did you try on a simple/new project from Android Studio? maybe there is some other dependency interfering!
I've found out! My build gradle was using apply plugin: 'com.android.library' instead of java-library '^^
nice! I'm glad you fixed it :)
Hi there, I'm not exactly sure what could be the problem there. Did you try on a simple/new project from Android Studio? maybe there is some other dependency interfering!
I've found out!
My build gradle was using apply plugin: 'com.android.library' instead of java-library '^^
nice! I'm glad you fixed it :)