I created a project click the button, it can run successfully on emulator. I try to install it on android mobile (Moto G), for that I search the (.apk file) in my project and it will locate it on bin/debug/filname.apk
. In this bin folder, I have 2 apk file filename.apk
and filename.signed.apk
. I copied both apk file to my mobile and try to install filename.apk
, but it failed to install and then I try to install filename.signed.apk
it installed successfully. But when I try to open it on mobile it is force closing automatically.
I tried searching on google but didn't get any solution.