Was able to build as well but did the following:
- Closed Android Studio also had VS closed.
- Removed the Android platform.
- Add the Android platform again.
- Before running any builds open up the \platforms\android\build.gradle and edit the repositories like @netexpo recommended, and save the file.
repositories {
mavenCentral()
maven {
url "https://maven.google.com"
}
jcenter()
}
- Open up your project in Android Studio waited for studio do sync the gradle file, it downloaded a couple of items. After the sync process was completed the file had been build.