[Solved] Error: No Java files found that extend CordovaActivity.
-
I am on windows 10
Running
quasar dev -m cordova -T android
I got this
DONE Compiled successfully in 18249ms 9:50:30 i 「wds」: Project is running at http://192.168.20.43:3000/ i 「wds」: webpack output is served from i 「wds」: 404s will fallback to /index.html App · Updated Cordova config.xml App · Running "cordova run android" No Java files found that extend CordovaActivity. App · Command "cordova" failed with exit code: 1 App · Updated Cordova config.xml App · ⚠️ [FAIL] Cordova CLI has failed
What is this?
-
Damn… Turn Off and Turn On … First rule of IT …
I resolved simply doing …
cd cordova-src cordova platform remove android cordova platform add android