*HELP* Error with jarsigner

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By marko-prog

I finish my game,i want to export for ANDROID
I put ADB and Debug Keystore,but i cant find Jarsigner,i put one jar signer and i got error like:(‘jarsigner’ returned with error #733783552)
Where i can find Jarsigner?

:bust_in_silhouette: Reply From: 255h

You need to:

  1. Install OpenJDK or Oracle JDK
  2. Add to Path variable path to JDK bin directory: (ex.) C:\path to jdk folder\bin
    (CMD.exe → set PATH=%PATH%;C:\path to jdk folder\bin)

Check this article for links:
https://docs.godotengine.org/ru/latest/getting_started/workflow/export/exporting_for_android.html