pidcat can't find adb
See original GitHub issuesystem: Arch Linux 3.9.6-1 x86_64 python version: 2.7.5 and 3.3.2 pidcat version: 571826e8c03b18402025c6d8bd8bad1d367401a8
Traceback (most recent call last):
File ".bin/pidcat.py", line 142, in <module>
adb = subprocess.Popen(adb_command, stdin=PIPE, stdout=PIPE, stderr=PIPE)
File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1308, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
~/.bashrc
export ANDROID_HOME="~/android-sdk-linux"
export PATH="$ANDROID_HOME/platform-tools:$PATH"
Issue Analytics
- State:
- Created 10 years ago
- Reactions:2
- Comments:8 (3 by maintainers)
Top Results From Across the Web
why can't pidcat find this directory? - Stack Overflow
It is working after setting the adb path to $PATH env variable in my mac. Do try it once. Check adb is working...
Read more >Android Debug Bridge - Kashyap Bhat - Medium
This post will help people who want to get the logs of applications but dont want to install entire android studio. ADB (Android...
Read more >Pidcat - Free Software Directory
This script solves that problem by filtering by application package. Supply the target package as the sole argument to the python script and...
Read more >Pidcat vs ADB Enhanced | LibHunt
Compare Pidcat and ADB Enhanced's popularity and activity. ... Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality ...
Read more >Pidcat <3 Android M - Zarah Dominguez
If you use Pidcat, there might be issues running the tool if your device is on M+. The issue has been fixed on...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I had the same problem, removing the tilda in SDK Path location and putting an absolute Path (/Users/…) fixed the issue.
With a21ee6e I no longer have this issue.