Search found 107 matches

by AuahDark
Tue May 25, 2021 5:32 pm
Forum: General
Topic: love2d and lua installation on windows 10
Replies: 17
Views: 16856

Re: love2d and lua installation on windows 10

It's often discouraged to use LuaRocks module in LOVE due to portability reasons. If you can find LuaJIT FFI binding equivalent of certain libraries then you can use that instead.

Or if it's something trivial then it's easy to write your own.
by AuahDark
Tue May 25, 2021 12:34 pm
Forum: Support and Development
Topic: Running java SDLActivity without androidx
Replies: 19
Views: 17439

Re: Running java SDLActivity without androidx

You're using SDK API 30 right? android.view.DisplayCutout (not related to AndroidX) is available at SDK API 28, so if you don't have that then there's high chance you're using old SDK API version.
by AuahDark
Mon May 24, 2021 3:27 pm
Forum: Support and Development
Topic: Changing the keyboard style in Android & iOS
Replies: 3
Views: 6472

Re: Changing the keyboard style in Android & iOS

Hey! I am making a math game on love2d, that I would eventually release on android and ios. Having a full text keyboard just for numbers is not ideal, so how would i go about changing the mobile keyboard to the native number keyboard on ios and android? Ideally it would only be a num keyboard when ...
by AuahDark
Mon May 24, 2021 3:24 pm
Forum: Support and Development
Topic: Running java SDLActivity without androidx
Replies: 19
Views: 17439

Re: Running java SDLActivity without androidx

Looks like you held broken versions? Since the GitHub Actions job compiles successfully then the problem is most likely on your end, give me the exact error message.
by AuahDark
Fri Apr 30, 2021 12:05 pm
Forum: Support and Development
Topic: How can i install and old version in linux
Replies: 3
Views: 5716

Re: How can i install and old version in linux

Probably Ubuntu with their broken package resolution.

Try to compile from source.
by AuahDark
Sun Apr 18, 2021 3:22 am
Forum: Support and Development
Topic: Which android sdk version to use for android app
Replies: 4
Views: 4132

Re: Which android sdk version to use for android app

From https://github.com/love2d/love-android#quick-start:
  • SDK API 30
  • Android NDK 21.3.6528147
It also assumes you have JDK installed.
by AuahDark
Sun Apr 18, 2021 3:16 am
Forum: Support and Development
Topic: Android portrait screen orientation & vertex shader error
Replies: 7
Views: 6978

Re: Android portrait screen orientation & vertex shader error

Not sure if it's gonna fix the "boot.lua" error, but can you try the APK in here? https://github.com/love2d/love-android/issues/204
by AuahDark
Fri Apr 16, 2021 1:34 pm
Forum: General
Topic: Camera Tutorial Link Expired
Replies: 2
Views: 4198

Re: Camera Tutorial Link Expired

For future reference, if you have forum account then you can use the same credentials to login to the Wiki and edit the page.
by AuahDark
Tue Apr 06, 2021 12:13 am
Forum: General
Topic: Server move incoming, expect a little bit of downtime
Replies: 15
Views: 18275

Re: Server move incoming, expect a little bit of downtime

The new wiki theme looks like has more dense vertical spacing compared before the breakage as can be seen here (click)

Also sometimes the version selector becomes like this:
Image

Browser is Firefox 87.0.
by AuahDark
Tue Feb 23, 2021 1:27 pm
Forum: Support and Development
Topic: Packaging apk file on an android
Replies: 2
Views: 2387

Re: Packaging apk file on an android

If you just want to package APK, not distributing to Play Store (as they reject APKs now), Game_Distribution/APKTool is sufficient. You need PC/laptop to do it though. That means command-line emulator can't be used. Don't even think trying to package new APK from your phone, it's most likely won't w...