I am trying to call an activity from a library module in my application. I keep getting the error android.content.ActivityNotFoundException: Unable to find explicit activity class {com.nextgis.mobile/…
Tag: android-library
Transitive dependencies not resolved for aar library using gradle
I have investigated a while and probably saw most popular answers here related to aar and transitive dependencies but somehow it is still not clear for me how to make this working. So: I have android library with given gradle config: Then I am deploying it to local maven repo with gradle install. POM file of the deployed library looks