From 3ab9be521cb0f7e2ceee4a09655935b5f3e1bc64 Mon Sep 17 00:00:00 2001 From: Rodrigo Matos Date: Sun, 15 Mar 2020 13:03:11 -0300 Subject: [PATCH] Ubuntu Jarsigner location hint (#3271) * Ubuntu Jarsigner location hint - using symlink path which is shorter * Update getting_started/workflow/export/exporting_for_android.rst Co-authored-by: Hugo Locurcio --- getting_started/workflow/export/exporting_for_android.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting_started/workflow/export/exporting_for_android.rst b/getting_started/workflow/export/exporting_for_android.rst index 0ecfa1b7e..e0451ec2c 100644 --- a/getting_started/workflow/export/exporting_for_android.rst +++ b/getting_started/workflow/export/exporting_for_android.rst @@ -62,7 +62,7 @@ In that screen, the path to 3 files needs to be set: - It can usually be found at ``%LOCALAPPDATA%\Android\Sdk\platform-tools\adb.exe``. - The ``jarsigner`` executable (from JDK 6 or 8) - - On Windows, OpenJDK installs to a dir like ``%PROGRAMFILES%\ojdkbuild\java-1.8.0-openjdk-1.8.0.232-2\bin``. The exact path may vary depending on the OpenJDK update you've installed. + - On Windows, OpenJDK installs to a dir like ``%PROGRAMFILES%\ojdkbuild\java-1.8.0-openjdk-1.8.0.232-2\bin``. On Linux, it typically installs to a dir like ``/usr/bin/jarsigner``. The exact path may vary depending on the OpenJDK update you've installed and your machine's operating system. - The debug ``.keystore`` file - It can be found in the folder where you put the ``debug.keystore`` file you created above.