There is a error when I try to start server in Android version, inside a project which has been packed into JAR. Error is related to access try to null point. More specifically,
Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid.
The same project works well, if it hasn't been packed into JAR. This issue is not related to assets, required files for OSVR Server, as required files are pushed into app directory manually.
There is a error when I try to start server in Android version, inside a project which has been packed into JAR. Error is related to access try to null point. More specifically,
Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid.
The same project works well, if it hasn't been packed into JAR. This issue is not related to assets, required files for OSVR Server, as required files are pushed into app directory manually.