I did some upgrades with the Android SDK Manager and now I am getting notices that some files in the tools/ directory are missing.
When I try to start 'monitor', I get a message that hprof-conv is missing:
And I'm also getting compile errors from Android Studio that it can't find the package 'android.annotation.SuppressLint' which, from my research, is supposed to be in tools/support/annotations.jar.
I have all the Android tools installed:
What am I missing?
Thanx in advance.