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

Опубликовано: 04 Октябрь 2024
на канале: OhHeyItsLou
12,617
286

Part two 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