Can you tell what i'm doing wrong only by this error output?:
* What went wrong:
Could not determine the dependencies of task ':cordova-social-ok:odnoklassniki-android-sdk:compileReleaseAidl'.
> Could not resolve all task dependencies for configuration ':cordova-social-ok:odnoklassniki-android-sdk:releaseCompileClasspath'.
> Could not resolve project :CordovaLib.
Required by:
project :cordova-social-ok:odnoklassniki-android-sdk
> Project :cordova-social-ok:odnoklassniki-android-sdk declares a dependency from configuration 'releaseCompile' to configuration 'release' which is not declared in the descriptor for project :CordovaLib.
This error is thrown both in cordova-social-ok and cordova-social-vk plugins when running the cordova build android --release command.
Can you tell what i'm doing wrong only by this error output?:
This error is thrown both in
cordova-social-ok
andcordova-social-vk
plugins when running thecordova build android --release
command.