love2d / love-android

Android build setup for LÖVE.
https://love2d.org
Other
198 stars 70 forks source link

Generating an upload key for Android App Bundle output #212

Closed JasonNumberThirteen closed 2 years ago

JasonNumberThirteen commented 2 years ago

Hello, I have one question. Is there any way to sign "Love2D" game as an "aab" file ("Android App Bundle")? I was trying to find any clues but I couldn't figure out how to do it. Do you know how to generate an upload key to insert my "aab" file to Google Play Console?

MikuAuahDark commented 2 years ago

Just use jarsigner that's bundled with JDK.

JasonNumberThirteen commented 2 years ago

Thank you.