distax
Neues Mitglied
- 0
Hallo,
hat einer von euch schon Erfahrungen in der Android Entwicklung (HTC Hero) auf Linux (mit Eclipse).
Bekomme keine Verbindung hin?
(Ubuntu 9.04)
Edit: (http://developer.android.com/guide/developing/device.html)
If you're developing on Ubuntu Linux, you need to add a rules file:
hat einer von euch schon Erfahrungen in der Android Entwicklung (HTC Hero) auf Linux (mit Eclipse).
Bekomme keine Verbindung hin?
(Ubuntu 9.04)
Edit: (http://developer.android.com/guide/developing/device.html)
If you're developing on Ubuntu Linux, you need to add a rules file:
- Login as root and create this file: /etc/udev/rules.d/51-android.rules. For Gusty/Hardy, edit the file to read:
SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
For Dapper, edit the file to read:
SUBSYSTEM=="usb_device", SYSFS{idVendor}=="0bb4", MODE="0666" - Now execute:
chmod a+rx /etc/udev/rules.d/50-android.rules
Zuletzt bearbeitet: