huazai023

Results 5 issues of huazai023

When relying on javacpp in an Android app, using the javacpp loader findResources method, resources cannot be obtained

enhancement
help wanted

Environment: Android real machine + termux Operation: An exception is thrown when using the cppbuild.sh script to execute the command python-path/python3.10 -m pip install --target=install-path/python numpy: ./python3.10: cannot execute: required...

enhancement
help wanted

Why is there no pip module in the cpython linux-arm64 jar package

enhancement
help wanted

When I use android ndk to compile jep, it prompts that libjvm.so cannot be found, what library to use in Android to replace libjvm.so

When I use hash annotations to modify the dataclass field, I throw an exception: TypeError: Strings must be encoded before hashing My dataclass is: @dataclass class PersonHashid(idl.IdlStruct, typename="PersonHashid"): name: str...