Hello! I have a problem installing the apk file in my android movile phone (is not only in my phone). I create a ionic app with
- ionic start myApp sidemenu after that
- ionic cordova platform add android, and finally
- cordova build android --release
When I execute ionic serve
run perfect but when I try to install my apk file in my android movile phone I can’t install it, I have this message: “X application not installed”
Somebody know can I fix the problem?
Thanks in advance!!