You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README.md suggests the following to be added to the shell config to enable pidcat:
export PATH=$PATH:<path to Android SDK>/platform-tools
export PATH=$PATH:<path to Android SDK>/tools
This step is unnecessary for machines that have the ANDROID_SDK_ROOT environment variable set up in the shell config for Flutter developers. We can modify the documentation to account for this since Android Studio also supports Flutter development.
The text was updated successfully, but these errors were encountered:
The README.md suggests the following to be added to the shell config to enable
pidcat
:This step is unnecessary for machines that have the
ANDROID_SDK_ROOT
environment variable set up in the shell config for Flutter developers. We can modify the documentation to account for this since Android Studio also supports Flutter development.The text was updated successfully, but these errors were encountered: