Android build - Where is Jarsigner?

  • #1, by fabian-schurgersWednesday, 07. October 2020, 09:32 3 years ago
    Hi,

    I am trying to export my game to Android, but when I do so, the export process asks for a Jarsigner and a Zipalign program?

    I've looked around where to get it, but I am unsure.  Does anyone know?

    Thanks!

    Forum Fan

    128 Posts


  • #2, by tudor-stamateWednesday, 07. October 2020, 11:09 3 years ago
    Hey Fabian,

    If you've installed Android Studio, the default location should be:
    C:\Program Files\Android\Android Studio\jre\bin

    Cheers!

    Newbie

    27 Posts

  • #3, by aaron-gwynaireWednesday, 07. October 2020, 13:21 3 years ago
    Hey. This is a useful post - as I have yet to touch upon mac, linux, iphone or android ports. How easy / complicated are the processes through Visionaire?
    Thanks,
    Aaron

    Newbie

    9 Posts

  • #4, by fabian-schurgersWednesday, 07. October 2020, 14:38 3 years ago
    Hey Fabian,

    If you've installed Android Studio, the default location should be:
    C:\Program Files\Android\Android Studio\jre\bin

    Cheers!
    Ah, many thanks!

    Forum Fan

    128 Posts

  • #5, by tudor-stamateWednesday, 07. October 2020, 16:54 3 years ago
    Hey Aaron,

    Exporting in and of itself is not difficult. I think the only one that has extra steps (besides the Visionaire Export) is the iOS one, since it exports along an Xcode project which you need to customize before uploading it to the AppStore.

    Newbie

    27 Posts

  • #6, by aaron-gwynaireWednesday, 07. October 2020, 18:37 3 years ago
    Hey Tudor Stamate, thanks for that smile Looking forward to giving it a go one day, need to experiment. I'll have a look at Android Studio. Is this the right link? https://developer.android.com/studio ;
    Aaron

    Newbie

    9 Posts

  • #7, by ridigitoWednesday, 06. January 2021, 16:35 3 years ago
    fabians Antwort hat mir nicht geholfen  roll 

    Newbie

    1 Posts

  • #8, by SimonSThursday, 07. January 2021, 09:20 3 years ago
    Android is now in the local folder, for me:
    Apksigner and zipalign is in: C:\Users\Simon\AppData\Local\Android\Sdk\build-tools\30.0.2\lib\apksigner.jar

    For jarsigner you still need a jdk, then it's for me: C:\Program Files\Java\jdk1.8.0_91\bin\jarsigner.exe

    Thread Captain

    1580 Posts