Started a new project, and this occurred to me:
I am using Genymotion
as my emulator. Not sure what causes this problem.
I tried:
emulator
(I have 4.5gb left)emulator
, it hasn't.Open terminal, and type adb shell
to access the emulator shell.
Type settings put global verifier_verify_adb_installs 0
on the shell.
I think this is related to the recent Google Play Services update. The verifier is more strict. This command in essence disables the Verify Apps option. From this article.