• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Error Gradle project sync failed

Hello, today I opened my project and it asked to update, I updated and at the end it gave this error. Can someone help me?

Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html


Configuration 'debugCompile' is obsolete and has been replaced with 'debugImplementation' and 'debugApi'.
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html


Configuration 'releaseCompile' is obsolete and has been replaced with 'releaseImplementation' and 'releaseApi'.
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html


Unable to resolve dependency for ':@debug/compileClasspath': Could not resolve project :CordovaLib.
Open File
Show Details


Unable to resolve dependency for ':@debugAndroidTest/compileClasspath': Could not resolve project :CordovaLib.
Open File
Show Details


Unable to resolve dependency for ':@debugUnitTest/compileClasspath': Could not resolve project :CordovaLib.
Open File
Show Details


Unable to resolve dependency for ':@release/compileClasspath': Could not resolve project :CordovaLib.
Open File
Show Details


Unable to resolve dependency for ':@releaseUnitTest/compileClasspath': Could not resolve project :CordovaLib.
Open File
Show Details
 
Back
Top Bottom