I need often to wipe data of a virtual device in Android Studio with Windows 10, is there a command line to wipe data of a virtual devices ?
Now I have to do it in Android Studio UI.
Added Content
I do by Wipe data/Factory reset through ADB, but I can't get the correct result.
WipeDate.bat
e:
cd E:\Android_SDK\platform-tools
adb shell
recovery --wipe_data
cmd