0

I am very new in android development. Recently I am learning the storage tech in android studio, when I start the monitor and write something into a "data" file, I open the Android monitor device to check the file, but I see:
emulator-5554 offline unknown, so I can't find the file I want, how to solve this problem? enter image description here

Joseph Lin
  • 79
  • 2

1 Answers1

0

Try restart with

adb kill-server

adb start-server
babedev
  • 135
  • 3
  • 5