NinjaBoy
NinjaBoy

Reputation: 3755

How to wipe user data in emulator using terminal in ubuntu?

Im installing apks and starting my emulator in the terminal. My problem is Idk how to do the Wipe user data when starting the emulator. I read something in the android site to use -wipe-data command but it doesn't give an example on how to use it.

Upvotes: 0

Views: 1143

Answers (1)

dmnlk
dmnlk

Reputation: 3055

emulator -avd yourEmulatorName -wipe-data

try this

Upvotes: 1

Related Questions