I am developing an app in Java for Android.
When testing the application (debugging) on a smartphone, it installs and runs well.
My problem comes when I install the application in production. I generate the signed apk without problems (Android Studio does not show me any errors or warnings), I switch to the smartphone (via USB or bluetooth) and when installing it I get an error and it does not install.
It does not show me any error message and as I said before, if the "debugeo" on the smartphone is no problem but the signed and final apk is not installed.
I have discarded the issue of the android versions since, as I said, I can emulate it on the device.
Any ideas? By not showing me an error message, I can not find out more online.