Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Could not determine the dependencies of task ':com.appodeal.plugin:adcolony:compileDebugAidl' #52

Open
adriano-di-giovanni opened this issue Feb 5, 2018 · 3 comments

Comments

@adriano-di-giovanni
Copy link

Build on Android fails:

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':com.appodeal.plugin:adcolony:compileDebugAidl'.
> Could not resolve all task dependencies for configuration ':com.appodeal.plugin:adcolony:debugCompileClasspath'.
   > Could not resolve project :CordovaLib.
     Required by:
         project :com.appodeal.plugin:adcolony
      > Project :com.appodeal.plugin:adcolony declares a dependency from configuration 'debugCompile' to configuration 'debug' which is not declared in the descriptor for project :CordovaLib.

cordova 7.1.0 || 8.0.0
cordova-android 6.4.0
MacOS 10.13.3

@adriano-di-giovanni
Copy link
Author

My workaround is to edit build.gradle file of the adcolony project to comment lines

// debugCompile project(path: ":CordovaLib", configuration: "debug")
// releaseCompile project(path: ":CordovaLib", configuration: "release")

and add

compile project(':CordovaLib')

@jonutz
Copy link

jonutz commented Sep 3, 2018

I have a similar problem:

Could not determine the dependencies of task ':com.appodeal.plugin:mobvista_videofeeds:compileDebugAidl'.
> Could not resolve all task dependencies for configuration ':com.appodeal.plugin:mobvista_videofeeds:debugCompileClasspath'.

I have comment out those line as you did, and the error persists. Any news @adriano-di-giovanni ?

@OmkarFatale
Copy link

I'm still having the same issue,
Could not determine the dependencies of task ':com.appodeal.plugin:mobvista_videofeeds:compileDebugAidl'.

Could not resolve all task dependencies for configuration ':com.appodeal.plugin:mobvista_videofeeds:debugCompileClasspath'.
Could not resolve project :CordovaLib.
Required by:
project :com.appodeal.plugin:mobvista_videofeeds
> Project :com.appodeal.plugin:mobvista_videofeeds declares a dependency from configuration 'debugCompile' to configuration 'debug' which is not declared in the descriptor for project :CordovaLib.

@adriano-di-giovanni 's solution did not work.

This is my ionic info

√ Gathering environment info - done!

Ionic:

ionic (Ionic CLI) : 4.2.1 (C:\Users\DRAGONBALL\AppData\Roaming\npm\node_modules\ionic)
Ionic Framework : ionic-angular 3.9.5
@ionic/app-scripts : 3.2.2

Cordova:

cordova (Cordova CLI) : 7.1.0
Cordova Platforms : android 6.4.0
Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 4.1.1, (and 12 other plugins)

System:

Android SDK Tools : 25.2.5 (D:\Backupdata\Android\sdk)
NodeJS : v8.9.1 (C:\Program Files\nodejs\node.exe)
npm : 6.9.2
OS : Windows 7

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

No branches or pull requests

3 participants