Skip to content

Immow/Love2dApkGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Love2dApkGenerator

This Powershell program will automate some manual steps needed for APK generation on Windows. You need to have https://github.com/love2d/love-android setup for this to work.

To run

Right click the file and chose run with Powershell

What it does when run

  • It will check if there is a app-embed-debug.apk, app-embed-release-unsigned.apk and game.love, If that's the case it will remove them.
  • It will compress your game in a zipfile.
  • It will rename the zip to game.love.
  • It will run the build command ./gradlew assembleEmbed for building an APK file.

What you need to configure/change

  1. Make sure your folder point to where you installed https://github.com/love2d/love-android for $loveAndroidPath
  2. Change $gameSource to where your game is located (for example "D:\Documents\Programming\Lua\Games\Numbergame\*").

I'm not a Powerhsell expert so feel free to add to this.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published