Hi team…
I’m trying to run the Kontalk Android Client App from the source code, but after install the code with a:
git clone https://github.com/kontalk/androidclient.git
cd androidclient
git submodule update --init
and build it, I’m getting this error:
Circular dependency between the following tasks:
:app:checkManifestChangesBasicDebug
\--- :app:instantRunMainApkResourcesBasicDebug
\--- :app:transformClassesAndDexWithShrinkResForBasicDebug
\--- :app:transformDexArchiveWithDexMergerForBasicDebug
+--- :app:preColdswapBasicDebug
| \--- :app:incrementalBasicDebugTasks
| +--- :app:transformClassesAndClassesEnhancedWithInstantReloadDexForBasicDebug
| | \--- :app:transformClassesWithInstantRunForBasicDebug
| | \--- :app:checkManifestChangesBasicDebug (*)
| \--- :app:transformClassesWithInstantRunForBasicDebug (*)
\--- :app:transformClassesWithDexBuilderForBasicDebug
+--- :app:preColdswapBasicDebug (*)
\--- :app:transformClassesWithInstantRunForBasicDebug (*)
(*) - details omitted (listed previously)
any clue?
Regards!