breautek commented on issue #875: Impossible to create new app and build it for Android. URL: https://github.com/apache/cordova-android/issues/875#issuecomment-559082133 You can try deleting the gradle cache. Most gradle wrapper installation issues are due to a bad cache. (Android Studio perhaps handle this smarter than Cordova?) I'm not sure where this is located on the windows filesystem however. According to https://stackoverflow.com/a/53410633/4685664 the gradle cache is located at `%userprofile%.\gradle` by default. You can then move/delete the contents of the `gradle/cache` directory. This will make gradle download each version you require (latest cordova currently requires `4.10.3`) from scratch again.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
