0
Good morning. I am generating apk via --Prod --release, I can generate apk, I can sign but when I put in a real app the app does not install. This started to happen when I started using one Signal. In the android run command the application functions normally.
And what is the error? Any messages on the console? There are numerous things that can happen, without knowing more, would recommend removing the android platform and add again
ionic cordova platform remove android
, afterwardionic cordova platform add android
– Samuel Fontebasso
Actually it does not generate error, it simply does not install. But I solved the problem by removing the android platform and adding again. There is another error in the IOS platform that says that the platform does not exist, I found the way to remove from config.xml the <engine> tag related to IOS.
– Denis Dias