This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################ | |
# Android Debug Bridge (adb) udev definition file | |
# | |
# This rules file will add a /dev/android_adb symlink when an Android phone with | |
# an identified idVendor:idProduct appears on the USB port. Then it will run the | |
# Android adb program (located in specified RUN+ statement below). | |
# | |
# Copy this file to /etc/udev/rules.d/51-android.rules then run the following lines | |
# sudo chmod a+r /etc/udev/rules.d/51-android.rules | |
# sudo /etc/init.d/udev restart |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Built application files | |
*.apk | |
*.ap_ | |
# Files for the Dalvik VM | |
*.dex | |
# Java class files | |
*.class |