Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

clear myAndridApp data from emulator Command

Tags:

android

is there is a command to clear myAndridApp data from emulator

i'm developing a app and I don't want to go to mange-app ->myapp -> clear data each time

App api 10 , emulator API :17

I dont want to uninstall the app or stop it all i need to clear its stored data

like image 959
user1806254 Avatar asked Dec 09 '25 22:12

user1806254


1 Answers

I found the answer to my question

adb shell pm clear [packgeName]

this command will clean all the data from the app

like image 146
user1806254 Avatar answered Dec 11 '25 14:12

user1806254



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!