Updated android official ref

This commit is contained in:
M0Rf30 2016-08-05 16:23:13 +02:00
parent a539938c5c
commit 04d4a6de72
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
## Description
These rules refer to http://developer.android.com/guide/developing/device.html and include many suggestions from the Archlinux and Github Community.
These rules refer to https://developer.android.com/studio/run/device.html and include many suggestions from the Archlinux and Github Community.
If you're developing on Ubuntu Linux, you need to add a udev rules file that contains a USB configuration for each type of device you want to use for development. In the rules file, each device manufacturer is identified by a unique vendor ID, as specified by the ATTR{idVendor} property. For a list of vendor IDs, see USB Vendor IDs, below.