Search found 2 matches

by Abstraction
Sat Feb 23, 2019 8:53 pm
Forum: Support and Development
Topic: Build an apk file on macOS
Replies: 1
Views: 3223

Build an apk file on macOS

Hello, I am following the tutorial https://love2d.org/wiki/Game_Distribution#Using_APKTool on the website. However I have the following error after running ./gradlew build on macOS Mojave: FAILURE: Build failed with an exception. * What went wrong: Could not determine java version from '11.0.2'. * T...
by Abstraction
Sat Feb 23, 2019 8:19 pm
Forum: Support and Development
Topic: .love to .apk
Replies: 0
Views: 5390

.love to .apk

Hello, I developed a small game with love2d. All works fine on macOS. I want to build it for Android but all tutorials fail with my machine (installing Java, SDK, NDK... ia a lot of work). Could you help me by compiling the game on your own machine? Thank you so much in advance, I am trying to solve...