1

i'm trying to run my app on my mobile(emulator) , this is not the first time i already ran this app on my mobile . but this time it asked me to uninstall the app, i did so then it's printing this one the screen DELETE_FAILED_INTERNAL_ERROR

hey SRC
  • 11
  • 1
  • 4

2 Answers2

1

In Android Studio 2.3

Disable Instant Run

Settings>Build, Execution, Deployment>Instant Run

Edit: To Disable Instant run

In Windows:

Open Find Action: Control + Shift + A. Search instant run and open instant run under settings. Uncheck Enable instant run...

In Mac:

Open Find Action: Command + Shift + A. Search instant run and open instant run under settings. Uncheck Enable instant run...

Muhammad Zahab
  • 1,049
  • 10
  • 21
-1

plz follow the below step

1 - Build -> Clean Project->Rebuild Project or

open terminal and type gradlew clean

Vishal Sharma
  • 1,051
  • 2
  • 8
  • 15