-
Hi Michal!
You use @override for interface implementations, and new SDK is picky about that, because it is not a true override of a method.
After removing these, everything worked fine, thank you!
…
-
I made a script, for AdvancedMacros mod, that logs encryption keys used to a file named `keylog.log`:
```
KEY E6FEFDA27AF6D290002EC7BC9F62E8F5 FOR [id: 0xad1ae36a, L:/192.168.1.21:53813 - R:mc.hypix…
-
This is really really fantastic work @ysard ! Can't thank you enough.
I am making an app for better sleep and cure some sleep related disorders for people. One of the essential aspects is the abili…
-
I can't find any references or help for the Luajavalib, I only have the things from http://luaj.org/luaj/3.0/api/index.html but that's not helping me a lot..
-
I tried to modify the APK, but most of them gave an error: Attempt to invoke virtual method 'boolean com.reandroid.arsc.chunk.xml.ResXmIStartNamespace.removelfNoReference()' on a nullobject reference
…
-
When I launch example-all.jar in Termux:
```
java -jar example-all.jar
Failed to load native library:jansi-2.4.0-e8af7abbbd56fb7d-libjansi.so. osinfo: Linux/arm64
java.lang.UnsatisfiedLinkError: /…
-
**Describe the Bug**
I am encountering a ClassNotFoundException when attempting to import a Java class into Lua using LuaJava within a Spigot plugin. The error occurs even though the class path appea…
-
GameBot is designed to work for years without human operations. GameBot should be self upgradable, because mobile games iterating fast. GameBot relies on AccessibilityService and MediaProjection, and …
tkkcc updated
2 weeks ago
-
LuaValue中缺少setuservalue,getuservalue方法以及uservalue字段,可能导致luajava不工作
binx6 updated
1 month ago
-
Hello, I am currently working on a runtime which is a fork of an existing NodeJS based framework. My main goal in this project is portability across mobile devices. So I am asking if Luvit is embed-ab…