StefanIlchev
StefanIlchev
This was reported [before](https://github.com/StefanIlchev/ElementumService/issues/16) and all I could think of was a corrupt download. Since then however I've encountered something that might be similar. To help test this, could you...
Can you please confirm that there are apps that you can install from APK files. Maybe logcat can tell us what exactly is the problem. Try the following: 1. clear...
If you can find an open source app like Kodi itself or VLC that you can install from a file, I'll check what they're doing differently.
Alright, so it can be done. This time I attached some modified builds from this repository without the binaries to save on time and space. Just like last time could...
No problem, I'm curious what your device doesn't like about the way I build my projects :-) I have other ideas but guessing blindly is taking too long. If you...
Maybe it wants the APK to be signed as a JAR file, like an Android 6 or older device. [ElementumService2.zip](https://github.com/StefanIlchev/ElementumService/files/10298863/ElementumService2.zip)
You're welcome ☺️
I see in the provided logs that the binary is loaded in Kodi's process - `elementumd: loading shared library from`. If that binary does for example a segfault the OS...
You are correct, my IDE and Gradle do run on the same Java version as the App Engine project they are compiling. Unfortunately getting them to work on Java 21...
I made and attached to this comment a small project that demonstrates the issue. To reproduce: 1. Extract the archive and then open the project in IntelliJ IDEA 2025.1.3 with...