ionic --version: 6.10.1
I can’t open my app from an android device using capacitor.
When I open the application my android device says it "x(name app folder) IT HAS STOPPED " with an alert
and the app closes.
I do on terminal - android studio (before):
- ionic cap copy android --prod
- ionic capacitor open android // open on Android Studio
- build --> build buildle --> build apk (from Android Studio)
I can install apk but not open ( IT HAS STOPPED )
Android Device: Version: 5.0.2
Thanks.