diff --git a/tutorials/export/exporting_for_android.rst b/tutorials/export/exporting_for_android.rst index bc97e95d1..792b5334b 100644 --- a/tutorials/export/exporting_for_android.rst +++ b/tutorials/export/exporting_for_android.rst @@ -87,7 +87,7 @@ project). Scroll down to the section where the Android settings are located: -.. image:: img/androidsdk.png +.. image:: img/androidsdk.webp In that screen, 2 paths need to be set: @@ -97,6 +97,8 @@ In that screen, 2 paths need to be set: - The debug ``.keystore`` file - It can be found in the folder where you put the ``debug.keystore`` file you created above. +- ``Java SDK Path`` should be the location where OpenJDK 17 was installed. + Once that is configured, everything is ready to export to Android! .. note:: diff --git a/tutorials/export/img/androidsdk.png b/tutorials/export/img/androidsdk.png deleted file mode 100644 index 9bdab2256..000000000 Binary files a/tutorials/export/img/androidsdk.png and /dev/null differ diff --git a/tutorials/export/img/androidsdk.webp b/tutorials/export/img/androidsdk.webp new file mode 100644 index 000000000..e0274ccbe Binary files /dev/null and b/tutorials/export/img/androidsdk.webp differ