Updates 3
|
@ -91,7 +91,7 @@ for example by downloading an official release, unpacking it and then running `.
|
|||
|
||||
Then, open `luanti/android` (_not_ the `luanti` folder):
|
||||
|
||||

|
||||

|
||||
|
||||
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]:
|
||||
|
||||

|
||||

|
||||
|
||||
Otherwise, click "Build" > "Generate Signed Bundle / APK" [^2]:
|
||||
|
||||

|
||||

|
||||
|
||||
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:
|
||||
|
||||

|
||||

|
||||
|
||||
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.
|
||||
|
||||

|
||||

|
||||
|
||||
Now proceed: Click "OK" and then "Next".
|
||||
|
||||
|
|
BIN
doc/compiling/images/choose_bundle_format.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
doc/compiling/images/create_keystore.png
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
doc/compiling/images/generate_bundle.png
Normal file
After Width: | Height: | Size: 52 KiB |
BIN
doc/compiling/images/open_folder.png
Normal file
After Width: | Height: | Size: 52 KiB |
BIN
doc/compiling/images/pngout.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
doc/compiling/images/run.png
Normal file
After Width: | Height: | Size: 6.2 KiB |
BIN
doc/compiling/images/sign.png
Normal file
After Width: | Height: | Size: 52 KiB |