User Tools

Site Tools


android:install

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
android:install [2017/01/18 16:28] orelandroid:install [2024/03/18 15:06] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Android : Installation du SDK & NDK  ====== ====== Android : Installation du SDK & NDK  ======
 +
 +Premièrement, il faut installer quelques dépendances (liste non exhaustive) :
 +
 +sudo apt-get install openjdk-8-jdk ant
  
 Nous allons commencer par installer le kit de développement Android, les [[ https://developer.android.com/studio/index.html | Tools ]], le[[ https://developer.android.com/ndk/downloads/index.html | NDK ]] et [[ https://gradle.org/gradle-download/ | Gradle]].  Nous allons commencer par installer le kit de développement Android, les [[ https://developer.android.com/studio/index.html | Tools ]], le[[ https://developer.android.com/ndk/downloads/index.html | NDK ]] et [[ https://gradle.org/gradle-download/ | Gradle]]. 
Line 8: Line 12:
   wget https://dl.google.com/android/repository/android-ndk-r13b-linux-x86_64.zip   wget https://dl.google.com/android/repository/android-ndk-r13b-linux-x86_64.zip
   wget https://services.gradle.org/distributions/gradle-3.3-all.zip   wget https://services.gradle.org/distributions/gradle-3.3-all.zip
-  unzip *.zip+  unzip tools_r25.2.3-linux.zip 
 +  unzip android-ndk-r13b-linux-x86_64.zip 
 +  unzip gradle-3.3-all.zip 
 + 
 +Nous allons maintenant poursuivre l'installation avec le //SDK Manager//, en installant principalement le SDK (API 25, la dernière) et l'API correspondant à la version Android de votre smartphone (Android 6.0, API 23 dans mon cas). 
  
-Nous allons maintenant poursuivre l'installation avec le //SDK Manager//, en installant principalement le SDK (API 25). Attention à ne pas oublier d'accepter les licences au moment de l'installation !+__Nota Bene__ : Attention à ne pas oublier d'accepter chacune des licences au moment de l'installation !
  
   tools/android sdk &     tools/android sdk &  
android/install.1484756898.txt.gz · Last modified: 2024/03/18 15:04 (external edit)