Browse Source

Another JDK version fix

Rémi Verschelde 9 years ago
parent
commit
2a2c75c8c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/asset_pipeline/exporting_for_android.rst

+ 1 - 1
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:
 In that screen, the path to 3 files needs to be set:
 
 
 -  The *adb* executable (adb.exe on Windows)
 -  The *adb* executable (adb.exe on Windows)
--  The *jarsigner* executable (from JDK6)
+-  The *jarsigner* executable (from JDK 6 or 8)
 -  The debug *keystore*
 -  The debug *keystore*
 
 
 Once that is configured, everything is ready to export to Android!
 Once that is configured, everything is ready to export to Android!