Use Netctl to configure Android USB Tethering

Create a file named usb-tether in /etc/netctl/ and add the following configuration :

Description="A basic dhcp ethernet connection"
Interface=usb0
Connection=ethernet
IP=dhcp

Start the profile with:

# netctl start usb-tether

Or enable it with:

# netctl enable usb-tether