I know this is an old question but I am trying to install my app the very first time on Redmi note 4. Whenever i try to install it displays a dialog saying..
Installatio
I'm Using Redmi Note 4 mobile (Xiaomi Phone). I got the same problem.
Problem Resolved:
Go to setting >> Additional settings >> Developer options >>Turning off MIUI Optimizations
and also turn on USB debugging and install via USB. And then restart your phone. After that, I am sure that your problem will be solved.
I had a similar issue. Manifest file had an option:
<meta-data
android:name="com.google.android.actions" />
which was causing the issue. I removed it and everything started working fine.
This issue occurs sometime I have also faced the same issue.
Try the following steps
Go to Settings > Additional settings > Developer Options
Off your Developer Option and re-On it
On - USB debugging
and press Revoke USB debugging authorization
I hope it will work.
Worked for me. Hope it works for others...
you can also check the build gradle, the minSDKVersion should match with your physical device