I'm developing an app and testo direct on the mobile (LGE API Level 16).
When testing, perform normal. But when I generated a signed apk, and I try to install that apk on the same phone it just says: Application not installed.
This happened after I added in the gradle at module level the line:
compile 'com.google.firebase:firebase-core:9.6.1'
And in the project-level gradle:
classpath 'com.google.gms:google-services:3.0.0'
And I added the project to firebase
I'm kind of afraid that this app will not run on mobile phones when you're on Google Play.
The minSdkVersion is 9.
The question is:
How to install / run a signed app in order to see the error log, to find out why it was not installed.