Closed GoogleCodeExporter closed 8 years ago
Hi All,
For the above Error, I posted yesterday. I have found the solution, to share it
with anyone who might are having this issue:
Change the content in the Driordbox.sh to:
adb logcat -c | adb logcat dalvikvm:W *:S | python scripts/droidbox.py $1
Hops this work for you:
Regards,
ALazab, M.
Original comment by m.ala...@icsl.com.au
on 29 Nov 2011 at 2:33
hello, I did as you say,Change the content in the Driordbox.sh to:
adb logcat -c | adb logcat dalvikvm:W *:S | python scripts/droidbox.py $1
after that , another question occur as follows:
root@ubuntu:/home/wushaomei/DroidBox# ./droidbox.sh
./droidbox.sh: line 3: adb: command not found
./droidbox.sh: line 3: adb: command not found
Traceback (most recent call last):
File "scripts/droidbox.py", line 30, in <module>
from pylab import *
ImportError: No module named pylab
do you know what is it?
Original comment by 675399...@qq.com
on 26 Feb 2012 at 2:56
Have you installed pylab and matplotlib?
Original comment by lantz.pa...@gmail.com
on 10 Mar 2012 at 3:12
Hello,
You need to export the path for sdk tools
Try this :
export PATH=$PATH:/path/to/android-sdk/tools/
export PATH=$PATH:/path/to/android-sdk/platform-tools/
that's a temporarly solution but if you want you can add this command in your
.bashrc file
Ibou
Original comment by ibrahima...@gmail.com
on 4 Apr 2012 at 8:43
Original issue reported on code.google.com by
m.ala...@icsl.com.au
on 26 Nov 2011 at 11:02