diff --git a/doc/compiling/android.md b/doc/compiling/android.md index 3fdd9249f..206c83a0c 100644 --- a/doc/compiling/android.md +++ b/doc/compiling/android.md @@ -91,7 +91,7 @@ for example by downloading an official release, unpacking it and then running `. Then, open `luanti/android` (_not_ the `luanti` folder): -![The Android Studio file picker, used to select `luanti/android`](/images/developing_for_android/open_folder.png) +![The Android Studio file picker, used to select `luanti/android`](images/open_folder.png) It will load for a while. Be patient. @@ -99,16 +99,16 @@ If you just want to quickly install and run a debug build on your phone, you can simply click the "run" button in the top bar, which will build Luanti for the correct ABI and install it afterwards via ADB [^1]: -![Android Studio "Run" Button](/images/developing_for_android/run.png) +![Android Studio "Run" Button](images/run.png) Otherwise, click "Build" > "Generate Signed Bundle / APK" [^2]: -![Android Studio menu](/images/developing_for_android/generate_bundle.png) +![Android Studio menu](images/generate_bundle.png) Android Studio will now ask you to choose between a Bundle (for uploading to app stores) and an APK (for direct distribution & deployment). We want to create an APK: -![Android Studio prompting the user to choose between a Bundle or APK](/images/developing_for_android/choose_bundle_format.png) +![Android Studio prompting the user to choose between a Bundle or APK](images/choose_bundle_format.png) Now we have to sign it. Android Studio guides you through this process. You first have to create a key store if you don't already have one. @@ -123,7 +123,7 @@ Key creation asks for personal information. Fill it out responsibly with as much information as you are comfortable providing. You can not leave it entirely blank. -![Android Studio with a chosen key store path of `/home/lars/Android/Keystore.jks`](/images/developing_for_android/create_keystore.png) +![Android Studio with a chosen key store path of `/home/lars/Android/Keystore.jks`](images/create_keystore.png) Now proceed: Click "OK" and then "Next". diff --git a/doc/compiling/images/choose_bundle_format.png b/doc/compiling/images/choose_bundle_format.png new file mode 100644 index 000000000..a2d4cdb4f Binary files /dev/null and b/doc/compiling/images/choose_bundle_format.png differ diff --git a/doc/compiling/images/create_keystore.png b/doc/compiling/images/create_keystore.png new file mode 100644 index 000000000..f4f48c673 Binary files /dev/null and b/doc/compiling/images/create_keystore.png differ diff --git a/doc/compiling/images/generate_bundle.png b/doc/compiling/images/generate_bundle.png new file mode 100644 index 000000000..22112aeab Binary files /dev/null and b/doc/compiling/images/generate_bundle.png differ diff --git a/doc/compiling/images/open_folder.png b/doc/compiling/images/open_folder.png new file mode 100644 index 000000000..8764ba497 Binary files /dev/null and b/doc/compiling/images/open_folder.png differ diff --git a/doc/compiling/images/pngout.png b/doc/compiling/images/pngout.png new file mode 100644 index 000000000..a2d4cdb4f Binary files /dev/null and b/doc/compiling/images/pngout.png differ diff --git a/doc/compiling/images/run.png b/doc/compiling/images/run.png new file mode 100644 index 000000000..035382314 Binary files /dev/null and b/doc/compiling/images/run.png differ diff --git a/doc/compiling/images/sign.png b/doc/compiling/images/sign.png new file mode 100644 index 000000000..0977d2c46 Binary files /dev/null and b/doc/compiling/images/sign.png differ