:imebra:processDebugResources \--- :imebra:processDebugResources

Issue #348 resolved
Former user created an issue

Android Studio -> adding Imebra to my project failed to build

Added in build gradle for imebra -> configurations.maybeCreate("default") artifacts.add("default", file('imebrajni-release.aar'))

and dependencies { implementation project(':imebra')

imebrajni-release.aar is in imebra folder

what should i do if i got a fail with the message

Circular dependency between the following tasks: :imebra:processDebugResources --- :imebra:processDebugResources (*)

Comments (1)

  1. Log in to comment