You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cordova platform add android@https://github.com/apache/cordova-android.git
Using cordova-fetch for cordova-android@https://github.com/apache/cordova-android.git
Warning: using prerelease platform android@7.2.0-dev.
Use 'cordova platform add android@latest' to add the latest published version instead.
Adding android project...
Creating Cordova project for the Android platform:
Path: platforms/android
Package: io.cordova.hellocordova
Name: HelloCordova
Activity: MainActivity
Android target: android-27
cp: no such file or directory: /project/node_modules/cordova-android/node_modules
When I try to build my cordova android app I get the following build error:
`* What went wrong:
A problem occurred configuring project ':CordovaLib'.
The problem was supposedly fixed in :
https://cordova.apache.org/announcements/2018/07/18/cordova-android-7.1.1.html
but the build still fails.
I tracked it down to "/platforms/android/CordovaLib/build.gradle", where the jcenter repository is still in front of the maven repository.
When I change this manualy the build works just fine.
The text was updated successfully, but these errors were encountered: