Setting Up the Android SDK in Ubuntu or Debian Linux (Part 1)

Опубликовано: 03 Май 2026
на канале: OhHeyItsLou
34,589
166

Part one of a two part series discussing the necessary steps involved in installing and setting up the Android SDK as well as enabling your Linux Desktop to recognize your HTC Android Smart Phone.

Appreciate what I do? Buy me a coffee! http://goo.gl/wmHh4
Twitter:   / ohheyitslou  
Facebook:   / ohheyitslou  
Blogger: http://ohheyitslou.blogspot.com
Steam: IDIefiant
Android SDK: http://developer.android.com/sdk/inde...

Installing 32 Bit Libraries:
sudo apt-get install ia32-libs

sudo gedit /etc/udev/rules.d/51-android.rules
SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
sudo chmod +x /etc/udev/rules.d/51-android.rules