Android Studio - Android Device Monitor - Empty View

前端 未结 4 1596
别跟我提以往
别跟我提以往 2021-02-19 21:36

I am trying to use the Android Device Monitor within Android Studio, but somehow I managed to remove all views.

I have tried resetting the perspectives, Window->Show Vie

相关标签:
4条回答
  • 2021-02-19 22:11

    I've experienced this same problem by using Window -> Reset Perspective. One should expect this to fix this issue, not break it. Go figure.

    In any case, the DDMS workspace preferences are stored in %USERPROFILE%\.android\monitor-workspace (e.g. C:\Users\my_user\.android\monitor-workspace).

    Just delete that folder and you're good to go.

    0 讨论(0)
  • 2021-02-19 22:16

    On Windows:

    1. Go to C:\users\my_user\.android\monitor-workspace)
    2. Close android device monitor
    3. Delete all files/folders inside of monitor-workspace folder
    4. Run android device monitor again

    Where "my_user" is your user folder.

    0 讨论(0)
  • 2021-02-19 22:26

    Note that you'll need to enable 'show hidden files' in the finder if you are on a mac. Then, the workspace directory is in users/your_username/.android/monitor-workspace.

    See http://ianlunn.co.uk/articles/quickly-showhide-hidden-files-mac-os-x-mavericks/ for how to show hidden files.

    0 讨论(0)
  • 2021-02-19 22:27

    That screenshot looks like you are running Windows. So, you could go to C:\Users\user3106174\ and delete the directory named .android (or something similar).

    0 讨论(0)
提交回复
热议问题