Reputation: 699
I am trying to use the Android Device Monitor within Android Studio in Ubuntu, somehow I managed to remove all views.
I have tried resetting the perspectives, Window->Show View->(Any View), and even re-installing Android Studio but nothing shows up.
In one of the earlier SO post, there was a solution shared, now i am trying to find the corresponding Ubuntu file location corresponding to the file shared earlier in this post.
Can some body help me here
Upvotes: 0
Views: 876
Reputation: 699
Finally got this. In Ubuntu, these are hidden files, so you need to use Ctrl + H to view them. After deleting the files from the below path, my device monitor is back.
home/my_user/.android/monitor-workspace
Upvotes: 1
Reputation: 1007554
now i am trying to find the corresponding Ubuntu file location corresponding to the file shared earlier in this post.
That would be ~/.android/monitor-workspace/
.
In general, the .android
directory will be in ~
on OS X and Linux, and in %USERPROFILE%\
(e.g., C:\Users\my_user\
) on Windows.
Upvotes: 1