I generate apk file for my project but when I drag and drop it to genymotion I see this error:
an error occurred while deploying the file. install failed conflicting provider
I generate apk file for my project but when I drag and drop it to genymotion I see this error:
an error occurred while deploying the file. install failed conflicting provider
Actually @WenChao's answer is the solution, but for me this option was disabled. in this case you need to run following command (in order to uncheck Verify apps over USB
option):
adb shell settings put global verifier_verify_adb_installs 0
Make sure adb
is connected to emulator (run adb devices
to see connected devices)
If you want to check the option (are you crazy?) just pass 1
instead of 0
in above command.
it's too late ...
But this Ans does provide some help for others :)
Eror : an error occurred while deploying the file.
now drag and drop work perfectly :)