aardappel / lobster

The Lobster Programming Language
http://strlen.com/lobster
2.24k stars 121 forks source link

Android buld fail #248

Closed milen-prg closed 1 year ago

milen-prg commented 1 year ago

with error:

Unable to make field private final java.lang.String java.io.File.path accessible: module java.base does not "opens java.io" to unnamed module @4210fcab

milen-prg commented 1 year ago

I try not to run the project in Android Studio, but only to build APK from menu Build. And it was successful.

BUT: When I try to start the produced app-debug.apk in emulator and on modern real device I see this error:

SDL HIDAPI ERROR... couldn't find libhidapi.so

aardappel commented 1 year ago

I have no idea how to fix such errors. Android always seems to build fine on CI: https://github.com/aardappel/lobster/actions/runs/4840880933/jobs/8626799508 so your best bet would be to see how your setup differs from that?