2

I run Android Device Monitor yesterday, no problem. I start Android Studio today and it asks for updates. I update and restart Android Studio. Then I go to Android Device Monitor and it asks for path: enter image description here

And I still can't seem to find the path.

  • You have to specify the sdk path. Hope this will help.http://stackoverflow.com/questions/16581752/android-studio-how-to-change-android-sdk-path – JIthin Jul 12 '14 at 16:31
  • Just Update `Android SDK Tools` to 23.0.2 [repeated question][1] [1]: http://stackoverflow.com/questions/24459037/unable-to-find-hprof-conv-when-launching-android-device-monitor – xedo Aug 11 '14 at 19:56

1 Answers1

2

You should copy the hprof-conv.exe from the /platform-tools to /tools and the problem will fix.

Koudel
  • 21
  • 2