Initiation au développement Android

Aller au contenu | Aller au menu | Aller à la recherche

Tag - téléchargement

Fil des billets - Fil des commentaires

jeudi, septembre 1 2011

Installation

Création du répertoire "C:[Android|tag:Android]" dans lequel nous allons tout installer.

Pour l'installation de l'environnement de développement Eclipse, on extrait le répertoire "eclipse", contenu dans le fichier zip, dans le répertoire c:\Android. http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/indigo/R/eclipse-jee-indigo-win32.zip

De même pour l'installation du SDK Android, on extrait le répertoire "android-sdk-windows", contenu dans le fichier zip, dans le répertoire c:\Android. http://dl.google.com/android/android-sdk_r12-windows.zip

Pour le développement, il faut bien que le JDK java soit installé. http://www.oracle.com/technetwork/java/javase/downloads/index.html http://download.oracle.com/otn-pub/java/jdk/6u26-b03/jdk-6u26-windows-i586.exe http://download.oracle.com/otn-pub/java/jdk/6u26-b03/jdk-6u26-windows-ia64.exe http://download.oracle.com/otn-pub/java/jdk/6u26-b03/jdk-6u26-windows-x64.exe

Il faut ensuite ajouter le chemin du SDK dans la variable PATH (chemin de recherche des programmes exécutables) de votre système. Pour cela, cliquez avec le bouton droit sur le poste de travail, puis allez dans l'onglet "Paramètres Avancés". Cliquez ensuite sur le bouton "Variables d'environnement", éditez la variable système "PATH", et ajoutez en fin de ligne le chemin vers le répertoire "tools" du SDK Android. Dans notre cas, ajoutez ";c:\Android\android-sdk-windows" et sauvegardez.

Il ne reste plus qu'à intégrer le plugin Android dans Eclipse. Exécutez le logiciel Eclipse (la première exécution est un longue). Allez dans le menu "Help/Software" Updates... Allez dans l'onglet "Available Software". Cliquez sur "Add Site..." Entrez l'adresse suivante : https://dl-ssl.google.com/android/eclipse ou http://dl-ssl.google.com/android/eclipse , puis cliquez sur OK. Retournez sur l'onglet "Available Software" Sélectionnez les composants Android à installer, puis cliquez sur "Install". Dans la fenêtre suivante, cliquez sur "Next". Acceptez le "licence agreement"; et cliquez sur "Finish". Enfin, redémarrez Eclipse.

Si un souci survenait avec le téléchargement automatique du plugin Android, vous pouvez télécharger directement le fichier ADT-12.0.0.zip (ou une version plus récente) depuis l'adresse http://dl.google.com/android/ADT-12.0.0.zip. Nous allons déposer ce fichier dans le répertoire "C:\Android[download|tag:download]" Et reprenez à l'étape Cliquez sur "Add Site...", à droite des champs où vous renseignez l'adresse, cliquez sur le bouton "Archives" et sélectionnez le fichier précédemment chargé, "C:\Android\download\ ADT-12.0.0.zip". Reprenez ensuite les étapes suivantes pour finaliser l'installation du plugin Android.

mercredi, août 31 2011

Introduction

According to the development, I am going to present here, my researches, the difficulties, the various solutions and thoseadopted and the source code. I begin in programming Java, as well as in programming Android. All the remarks, the helps, the criticism (the least possible I hope), will be welcome if it is constructive and if it advances the project, the site or the understanding of certain problems. Should the opposite occur, if it is to criticize for criticizing, or not constructive criticism, go to visit somewhere else.

The e-mail address androidblog@free.fr was dedicated to any communications in touch with this site. Do not hesitate to write me. All the constructive e-mails will be read. However, I would not certainly answer everybody.

Installation

Project creation

Splash Screen