Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Virtual Device/ Android Emulator - Decryption Unsuccessful

I just installed Android Studio, and I am very new with this program.

So when I run the Android Emulator it says: "To Start Android, enter your password", although I have never set a password. When I just enter a word with 4 letters it says "The Password you entered is correct, but unfortunately your data is corrupt".

After that, I have to Reset the Phone, but when I do that the same menu with "To Start Android, enter your password" appears.

Maybe it is just an easy mistake, but as I said I am new with this. I also did some research on the internet but I did not find anything useful.

this is the 2 images that it showe me:

1)the first image 2) the seconde image

and after i clicked on reset phone, nothing happened.

I would be very glad if someone has an answer for this.

like image 422
Asaf Cohen Avatar asked Jun 19 '17 10:06

Asaf Cohen


3 Answers

This is a late response, but thought this simple fix might help anyone else who comes across this problem in the future. What worked for me is the following:

In VS2017 ==> Tools ==> Android ==> Select: Android Device Manager

In the Android Device Manager window, you'll see your Android Emulator.

  1. Make sure the far right column contains the button "Start" (if "Stop" appears, click "Stop")

  2. Right Click the device, and select the "Factory Reset" option in the menu.

Your emulator should now be working. Good luck.

like image 57
James Lee Avatar answered Nov 18 '22 22:11

James Lee


open AVD and right click on the emulator choose ->Wipe data option.

like image 37
dhanasekar Avatar answered Nov 18 '22 21:11

dhanasekar


Check that your avd folder path doesn't include national symbols (in my case it looked like C:\Users\Пользователь\.android).

After I changed this path everything is working. See this post of how to change path: Possible to change where Android Virtual Devices are saved?

like image 4
Sergey Stasishin Avatar answered Nov 18 '22 21:11

Sergey Stasishin