I'm learning how to build app using cordova and I'm currently able to emulate a mobile screen via google chrome browser. I'm attempting to test it on android platform which requires using Android studio (downloaded the 3.0 stable version). After importing the project, Gradle project sync failed and there seems to be issues resolving some dependencies for CordovaLib. See image below
I have gone through several post here and still haven't been able to find a solution or maybe I'm missing the point considering that this is my first time learning with it. Below are the settings for
build.gradle(Module: CordovaLib)
and build.gradle(Module: android)
Please how do i fix the issue and run my app in an emulator?
Error:Project with path ':library' could not be found in root project 'android'.
When only the Cordova module build file is edited accordingly the error isError:Project with path ':library' could not be found in root project 'Cordova'.
– Remaremain