Comment créer une appli android .apk sous Debian?

Bonjour,
J’ai un smartphone dont le navigateur contient des liens et flux RSS prédéfinies dont je veux me débarrasser.
J’ai décompresser browser.apk comme un zip et en furetant dans les fichiers j’ai vu quelques .json que je voudrais modifier.
Mon problème:
Une fois les modifications faites dans le dossier browser, comment reconstruire l’application browser.apk?

[quote=“grandtoubab”]Bonjour,
J’ai un smartphone dont le navigateur contient des liens et flux RSS prédéfinies dont je veux me débarrasser.
J’ai décompresser browser.apk comme un zip et en furetant dans les fichiers j’ai vu quelques .json que je voudrais modifier.
Mon problème:
Une fois les modifications faites dans le dossier browser, comment reconstruire l’application browser.apk?[/quote]
Bon mon choix s’est porté sur Android Studio

1)Installer default.jdk par Synaptic

  1. Télécharcher Android Studio http://developer.android.com/sdk/index.html

  2. Décompresser l’archive dans son home

  3. Installer Android studio

desktop:~$ cd android-studio/ desktop:~/android-studio$ ls bin gradle lib LICENSE.txt plugins build.txt Install-Linux-tar.txt license NOTICE.txt desktop:~/android-studio$ cd bin desktop:~/android-studio/bin$ ls androidstudio.ico fsnotifier64 libbreakgen64.so studio.sh androidstudio.svg idea.png libbreakgen.so studio.vmoptions appletviewer.policy idea.properties log.xml fsnotifier inspect.sh studio64.vmoptions desktop:~/android-studio/bin$ ./studio.sh

[code]Downloading android-sdk_r22.6.2-linux.tgz from https://dl.google.com/android/android-sdk_r22.6.2-linux.tgz
Unpacking android-sdk_r22.6.2-linux.tgz
tar xzvfC /tmp/AndroidStudio5004586407127570473FirstRun/android-sdk_r22.6.2-linux.tgz /tmp/AndroidStudio5004586407127570473FirstRun/android-sdk_r22.6.2-linux.tgz-unpacked
Refresh Sources:
Fetched Add-ons List successfully
Refresh Sources

Installing Archives:
Preparing to install archives
Installing Android SDK Platform-tools, revision 22
Stopping ADB server failed (code -1).
Installed Android SDK Platform-tools, revision 22
Installing Android SDK Build-tools, revision 21.1.2
Installed Android SDK Build-tools, revision 21.1.2
Installing SDK Platform Android 5.0.1, API 21, revision 2
Installed SDK Platform Android 5.0.1, API 21, revision 2
Installing Sources for Android SDK, API 21, revision 1
Installed Sources for Android SDK, API 21, revision 1
Installing Android Support Repository, revision 12
Installed Android Support Repository, revision 12
Installing Google Repository, revision 16
Installed Google Repository, revision 16
Installing Android SDK Tools, revision 24.1.2
Installed Android SDK Tools, revision 24.1.2
Installing Google APIs, Android API 21, revision 1
Installed Google APIs, Android API 21, revision 1
Installing Google APIs Intel x86 Atom System Image, Google Inc. API 21, revision 4
Installed Google APIs Intel x86 Atom System Image, Google Inc. API 21, revision 4
Updated ADB to support the USB devices declared in the SDK add-ons.
Stopping ADB server succeeded.
Starting ADB server succeeded.
Done. 9 packages installed.
Android SDK is up to date.
Creating Android virtual device
Android virtual device Nexus_5_API_21_x86 was successfully created[/code]

Noter le petit pop-up qui dit que ce serait mieux d’utiliser Oracle Java JDK

Maintenant on va voir si tout cela m’est utile :stuck_out_tongue: :stuck_out_tongue:

Trop fort pour moi,en plus ça prends toutes les
ressources de mon PC.
Je supprime et vais m’orienter vers apktool