I have been having issues building my app to test with capacitor. The following command works: quasar build -m cordova -T android --debug, and I am able to then plop this apk onto my device and the application works as intended. If I instead run quasar build -m capacitor -T android --debug, the output apk does not open on my device, it simply hits a white screen.
I tried then opening up the build in android studio and am seeing errors with capacitor-cordova-android-plugins. Is anyone else seeing similar? Is there something I am missing?
When I run the capacitor dev server I always get an error:
10:04 PM Unsupported Modules Detected: Compilation is not supported for following modules: capacitor-cordova-android-plugins. Unfortunately you can’t have non-Gradle Java modules and Android-Gradle modules in one project.
This requires me to invalidate the cache and restart. When I do this, I am then able to run the app on an emulator. However I still cannot get the apk to work on an actual device.