Android SDK
http://doc.ubuntu-fr.org/android
http://www.vogella.de/articles/Android/article.html#installation
Installation SKD android
http://developer.android.com/sdk/index.html
1. Installation du SDK android
2. Installation de l'extension ADT pour Eclipse
- Help > Install New Software....
- Add (in top-right corner)
- Dans la boite de dialogue qui apparait, dans 'Location', entrer :
- Click OK, puis next, etc...
- Selectionner Window > Preferences... pour ouvrir le panneau Preferences
- Selectionner Android dans le paneau de gauche
- Définir l'emplacement du SDK
- Selectionner Window -> Android SDK and AVD Manager from the menu.
Connexion device
http://developer.android.com/guide/developing/device.html
http://christophe.cucciardi.fr/configurer-udev-pour-la-reconnaissance-du-telephone-sdk-google/
1. Créer fichier /etc/udev/rules.d/51-android.rules
et y écrire : SUBSYSTEM=="usb", ATTR{idVendor}=="0bb4", MODE="0666", GROUP="plugdev"
(modifier idVendor, par exemple ASUS = 0b05, HTC = 0bb4)
2. Donner les droits au fichier : chmod a+r /etc/udev/rules.d/51-android.rules
3. Redémarrer udev --> sudo restart udev
4. Depuis répertoire platform-tools lancer adb --> ./adb devices
5. Si "./adb devices" ne renvoie aucun périphérique, relancer le serveur manuellement --> sudo ./adb kill-server
6. Puis --> sudo ./adb start-server
Il n'y a pas de commentaire sur cette page.
[Afficher commentaires/formulaire]