Bonjour,

j'essaye de créer un apk en utilisant la VM VirtualBox d'Oracle. J'ai bien suivi les instructions que j'ai trouvé sur internet.

Je récapitule :

- installation et configuration de la VM
Dans la console :
- Taper 'Buildozer init' dans le dossiers "Downloads"
- Modifier le fichier Buildozer.spec , en mettant bien log_level = 2
- Taper Buildozer android debug

J'ai placé auparavant mon fichier main.py dans le dossier "Downloads"

J'obtiens le message d'erreur suivant :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Android NDK is missing, downloading
# Downloading http://dl.google.com/android/repository/android-ndk-r9c-linux-x86_64.tar.bz2
# Unpacking Android NDK
# Run 'tar xjf android-ndk-r9c-linux-x86_64.tar.bz2'
# Cwd /home/kivy/.buildozer/android/platform
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error is not recoverable: exiting now
# Command failed: tar xjf android-ndk-r9c-linux-x86_64.tar.bz2
# 
# Buildozer failed to execute the last command
# The error might be hidden in the log above this error
# Please read the full log, and search for it before
# raising an issue with buildozer itself.
# In case of a bug report, please add a full log with log_level = 2
Pourriez-vous m'aider à résoudre ce problème svp ? D'autres l'ont rencontré aussi mais j'ai pas vu de solutions pour l'instant.

Merci d'avance.
Cordialement,
Arsène

Part 1 :

Part 2 :