k-x7
k-x7
Hello, I'm trying to cast to a Java Object to system service in this case ConnectivityManager. ```java ConnectivityManager mCm = (ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE); ``` What I end up with is: Java:...
Hi all, I really like this package and how it makes everything easier, but I have an issue with the name. The package name is really hard to search for...
**Describe the issue** I have created a small shared lib using native image, which call `ImageIO.read(...)`. when I call `graal_tear_down_isolate` from the C code the program will not return anything...