Guna
Guna
> I'm having the same issue. Have you found a solution? I have a issue with ios application based on kivy, can you help for me .
@mohammadd-dev I previously worked with pjsip and pjsua2 using java. but as of now i trying to creating the mobile app using react native but i won't get the idea...
TODO: ```python mod = __import__(module, fromlist = ".") ``` AS ```python mod = __import__(module, fromlist = ["."]) ```
@cmacdonald This would be the Signature for System Class. ```java public static final java.io.PrintStream out; descriptor: Ljava/io/PrintStream; ``` Please try to use, ```python System = autoclass("java.lang.System") class CustomSystem(System): __javaclass__ =...
But, they referred we can able to compile and include the .so file. I tried with different approach I think we need to dynamically load the custom java class right...
Not only that we need use the java custom classes based on project package right now it's static. On Sun, 6 Oct, 2024, 6:46 pm David Lechner, ***@***.***> wrote: >...