We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: