i have same problem whit the command:
ionic cordova build android
the process termined with successfull and it create the apk. if i send the apk on my smartphone, it see the file same zip and not install
The app work all right, and i can test it with
ionic cordova run android
but i can not generate the apk.
My configuration:
Ionic 6.18.2
gradle 7.4
node 16.14.0
npm 8.3.1
java 1.8.0_321
can someone help me?