Comment 2 for bug 1131163

Revision history for this message
Alistair Buxton (a-j-buxton) wrote :

Workaround: build the version from quantal:

Go to: https://launchpad.net/ubuntu/+source/android-tools/
Click on the quantal version (4.2.2-something)
Download the .xz, .dsc, and .tar.gz and ten:

# sudo apt-get build-dep android-tools
# sudo apt-get install libselinux-dev
# dpkg-source -x android-tools*.dsc
# cd android-tools*
# fakeroot dpkg-buildpackage
# cd ..
# sudo dpkg -i android-tools-adb*