You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently on android we have "/sdcard/osvr/osvr_server_config.json" as a hard-coded search path for the server config. We should be calling Environment.getExternalStorageDirectory() dynamically at runtime via JNI to get the true path reliably on different android distributions. This requires a JNI_OnLoad function definition for the Android build to get access to the JNI VM in order to make the appropriate calls.
The text was updated successfully, but these errors were encountered:
Currently on android we have "/sdcard/osvr/osvr_server_config.json" as a hard-coded search path for the server config. We should be calling Environment.getExternalStorageDirectory() dynamically at runtime via JNI to get the true path reliably on different android distributions. This requires a JNI_OnLoad function definition for the Android build to get access to the JNI VM in order to make the appropriate calls.
The text was updated successfully, but these errors were encountered: