Open mwss1996 opened 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.
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.