I have a newly generated project and run:
quasar dev -m cordova -T android
Which results in:
FAILURE: Build failed with an exception.
- What went wrong:
A problem occurred configuring project ‘:CordovaLib’.
No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android
-
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. -
Get more help at https://help.gradle.org
BUILD FAILED in 3s
cmd: Command failed with exit code 1 Error output:
FAILURE: Build failed with an exception.
- What went wrong:
A problem occurred configuring project ‘:CordovaLib’.
No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android
-
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. -
Get more help at https://help.gradle.org
BUILD FAILED in 3s
app:spawn Command “cordova” failed with exit code: 1 +1ms
app:cordova-conf Updated Cordova config.xml +4ms
Quick Googling shows that mips64el-linux-android is deprecated. New to this, but really need to to mobile development. Getting Quasar to work with Cordova so far has been a less than pleasant experience! Suggestions?