From 2a2c75c8c61b59c6eafb8eb46bb81e3bc6941542 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 13 Apr 2016 11:47:08 +0200 Subject: [PATCH] Another JDK version fix --- tutorials/asset_pipeline/exporting_for_android.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/asset_pipeline/exporting_for_android.rst b/tutorials/asset_pipeline/exporting_for_android.rst index 1c27404b1..4c238f4aa 100644 --- a/tutorials/asset_pipeline/exporting_for_android.rst +++ b/tutorials/asset_pipeline/exporting_for_android.rst @@ -57,7 +57,7 @@ Scroll down to the section where the Android settings are located: In that screen, the path to 3 files needs to be set: - The *adb* executable (adb.exe on Windows) -- The *jarsigner* executable (from JDK6) +- The *jarsigner* executable (from JDK 6 or 8) - The debug *keystore* Once that is configured, everything is ready to export to Android!