Hi, Verge3D newbie having issues with trying to create a test build for Android with Cordova.
I’ve followed the instructions available here to the letter: https://www.soft8soft.com/docs/manual/en/introduction/Creating-Mobile-Apps.html and despite serveral hours trying to troubleshoot and multiple attempts on both Windows and Ubuntu I have failed miserably.
The command: cordova requirements returns this:
Requirements check results for android:
Java JDK: installed 1.8.0
Android SDK: installed true
Android target: not installed
Command failed with ENOENT: avdmanager list target
spawn avdmanager ENOENT
Gradle: installed /opt/gradle/gradle-7.4.1/bin/gradle
Some of requirements check failed
Whilst the following command cordova emulate android returns:
A problem occurred evaluating script.
> Ambiguous method overloading for method io.github.g00fy2.versioncompare.Version#isLowerThan.
Cannot resolve which method to invoke for [null] due to overlapping prototypes between:
[class io.github.g00fy2.versioncompare.Version]
[class java.lang.String]
Are the instructions at the link above in need of updating? Or I am doing something wrong? I’ve installed the latest versions of Android Studio, Cordova and Gradle. Perhaps there’s a specific combination of versions for those tools required?
Any help would be much appreciated.
Thanks all