View Issue Details

IDProjectCategoryView StatusLast Update
0000135Kali LinuxGeneral Bugpublic2013-06-13 16:05
Reporterglavcho Assigned Todookie  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Platformx64OSKaliOS Version1.0
Summary0000135: android-sdk issue
Description

Unexpected exception 'Cannot run program "/usr/share/android-sdk/platform-tools/adb":java.io.IOException:error=2,No such file or directory 'while attempting to get adb version from '/usr/share/android-sdk/platform-tools/adb'

Steps To Reproduce

menu->kali linux->hardware hacking->android tools->android-sdk

install package platform-tools

terminal:
cd /usr/share/android-sdk/tools
./monitor

Additional Information

root@glavcho:~# cd /usr/share/android-sdk/platform-tools
root@glavcho:/usr/share/android-sdk/platform-tools# ls
aapt aidl dexdump fastboot llvm-rs-cc renderscript
adb api dx lib NOTICE.txt source.properties
root@glavcho:/usr/share/android-sdk/platform-tools# ./adb devices
bash: ./adb: No such file or directory
root@glavcho:/usr/share/android-sdk/platform-tools#./fastboot
bash: ./fastboot: No such file or directory

Activities

glavcho

glavcho

2013-03-26 08:58

reporter   ~0000220

+++
need ia32-libs

glavcho

glavcho

2013-04-01 11:29

reporter   ~0000302

Last edited: 2013-04-01 11:36

[solved]

dpkg --add-architecture i386
apt-get update
apt-get install ia32-libs
apt-get install lib32ncurses5

dookie

dookie

2013-06-13 16:05

reporter   ~0000553

Updated android-sdk in android-sdk_22.0.1-1kali0 and it will be in the repos soon. The ia32-libs and dpkg-architecture changes have not been implemented as they would result in a much, much larger iso for very few people on 64bit that need to use certain tools such as this.

Thanks for the report.

Issue History

Date Modified Username Field Change
2013-03-19 17:01 glavcho New Issue
2013-03-26 08:58 glavcho Note Added: 0000220
2013-04-01 11:29 glavcho Note Added: 0000302
2013-04-01 11:36 glavcho Note Edited: 0000302
2013-06-13 16:05 dookie Note Added: 0000553
2013-06-13 16:05 dookie Status new => resolved
2013-06-13 16:05 dookie Resolution open => fixed
2013-06-13 16:05 dookie Assigned To => dookie