Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MAC - I can't open Android Device Monitor on Mac

Tags:

android

I have opened it as an administrator and I don't want to install anything unnecessary. When I tried to open Android Device Monitor through Android Studio: Tools > Android > Android Device Monitor. It always shows the following screen shot: Screen shot that shows "An error has occurred" I have found solutions for windows, but I did not find solutions for mac.

One piece from the log:

!ENTRY org.eclipse.osgi 4 0 2015-12-02 22:52:40.714
!MESSAGE Bundle reference:file:org.apache.lucene.core_2.9.1.v201101211721.jar@4 not found.

There are lots of similar lines like this showing "something not found".

So what is missing? How do I install the exact missing parts? Thanks! (There is no enough space for me to install everything from android studio.)

like image 399
RYAN Avatar asked Dec 03 '15 04:12

RYAN


1 Answers

First of all update Android SDK Tools from SDK Manager

  • Open a terminal window
  • Navigate to your SDK
  • Locate the 'tools' folder
  • cd into it
  • run: sudo ./monitor
  • Type in your password

Hope it might solve your problem.

like image 183
Arth Tilva Avatar answered Nov 10 '22 01:11

Arth Tilva