zamotany / logkitty

Display pretty Android and iOS logs without Android Studio or Console.app, with intuitive Command Line Interface.
MIT License
70 stars 13 forks source link

ANDROID_HOME is deprecated by Google and unclear error message #9

Open mwss1996 opened 5 years ago

mwss1996 commented 5 years ago

I had some trouble getting messages saying that "adb" is not a recognized internal command.

So i had to open the source code to realize that logkitty uses the "ANDROID_HOME" variable.

But according to Android site, ANDROID_HOME is now deprecated in favor of ANDROID_SDK_ROOT.

https://developer.android.com/studio/command-line/variables

Also would be good to improve the error message saying where is logkitty looking for, since google results says to set the Path variable.