Difference between revisions of "Android studio setup"

Line 1: Line 1:
 
[[Category:Menu]]
 
[[Category:Menu]]
  
The following instructions are just the summary of the [https://developer.android.com/studio/index.html#Requirements Google Android Studio official documentation] on ''Ubuntu 14.10 x64''
+
The following instructions are just the summary of the [https://developer.android.com/studio/install.html Google Android Studio official documentation] on ''Ubuntu 14.10 x64''
  
  

Revision as of 21:20, 6 November 2016


The following instructions are just the summary of the Google Android Studio official documentation on Ubuntu 14.10 x64


Android device (USB)

Official documentation: https://developer.android.com/studio/run/device.html#setting-up


Create configuration file

sudo vim /etc/udev/rules.d/51-android.rules


Add the following line

SUBSYSTEM=="usb", ATTR{idVendor}=="12d1", MODE="0666", GROUP="plugdev"
  • The MODE assignment specifies read/write permissions
  • And GROUP defines which Unix group owns the device node.


sudo chmod a+r /etc/udev/rules.d/51-android.rules


reboot computer


Documentation

https://developer.android.com/index.html