0

I'm getting this error message:

"DELETE_FAILED_INTERNAL_ERROR

while Installing APKs, I even wiped data from emulator and also tried choosing another device yet the error persists. Please help me out. I have tried disabling instant Run but doesn't work for me.

Masoud Andalibi
  • 3,168
  • 5
  • 18
  • 44

1 Answers1

0

I had a similar issue (in Idea) that was caused by FLAG_TEST_ONLY (read here).

Try disabling Instant Run and then adding "-t" flag to Install Flags in your Run Configuration:

Run Config

clemens
  • 16,716
  • 11
  • 50
  • 65
REBELLION
  • 3
  • 2