cordova gradle build SUCCESSFUL and then turns into FAILED. Maybe something is wrong with the versions? It seems to download a lower gradle version in the middle… why? Starting with versions: Gradle 7.3.3, Cordova 10.0.0, Java/JDK 17.0.2 – Here is the transcript (leaving only the main things): Answer After struggling for hours to find the correct versions, it appears that
Tag: cordova
Could not determine the dependencies of task ‘:app:compileDebugJavaWithJavac’. having issue’s in Cordova
I always get these errors while building my Cordova project and i tried updating everything in SDK manager and acceppting all licenses but i still get these error’s. how can I fix this? Answer as the outpus sais, the Build Tools revision 31.0.0 is apparently corrupted. All you need to do is: Open Android Studio Go to Tools, SDK Manager
Java 11 requirements check failed for JDK 1.8 or greater with Cordova
When I run ““cordova run android“` in the path of my project I get My version of Java My version of javac My version of Cordova My version of Node My version of Nodejs My version of NPM My version of Gradle I found that android-studio –version didn’t do anything but silently wait, but when I open the program through
How to build cordova project with Kotlin
I have a cordova project folder www already in progress. Build this and you will have an Android project. This will create a MainActivity.java file. I don’t know Java so I changed the file to MainActivity.kt and converted the internal code. But when I run it, it doesn’t run as error. Build cordova: Created MainActivity.java: converted MainActivity.kt: Get error….: 2020-03-09
Gradle-Wrapper.Properties does not exist (Cordova)
I’ve been having the same problem for two days now, and I can’t seem to get Cordova to do what I want. Background: ~ I have every Android SDK installed on my machine ~ My PATH includes SDK tools and platform-tools, under the filepath the exist on my computer ~ I created an environment variable for ANDROID_HOME and JAVA_HOME, as