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/19 13:34] 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 12: Line 16:
   unzip gradle-3.3-all.zip   unzip gradle-3.3-all.zip
  
-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 !+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).  
 + 
 +__Nota Bene__ : Attention à ne pas oublier d'accepter chacune des licences au moment de l'installation !
  
   tools/android sdk &     tools/android sdk &  
android/install.1484832890.txt.gz · Last modified: 2024/03/18 15:04 (external edit)