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
{{ message }}
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.
2019-03-21 15:48:28.154 16582-16582/? E/sceneviewsampl: No implementation found for void com.google.vr.sdk.audio.GvrAudioEngine.nativeEnableStereoSpeakerMode(long, boolean) (tried Java_com_google_vr_sdk_audio_GvrAudioEngine_nativeEnableStereoSpeakerMode and Java_com_google_vr_sdk_audio_GvrAudioEngine_nativeEnableStereoSpeakerMode__JZ)
2019-03-21 15:48:28.155 16582-16582/? E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.huawei.hbs.arsceneviewsample, PID: 16582
java.lang.UnsatisfiedLinkError: No implementation found for void com.google.vr.sdk.audio.GvrAudioEngine.nativeEnableStereoSpeakerMode(long, boolean) (tried Java_com_google_vr_sdk_audio_GvrAudioEngine_nativeEnableStereoSpeakerMode and Java_com_google_vr_sdk_audio_GvrAudioEngine_nativeEnableStereoSpeakerMode__JZ)
at com.google.vr.sdk.audio.GvrAudioEngine.nativeEnableStereoSpeakerMode(Native Method)
at com.google.vr.sdk.audio.GvrAudioEngine.enableSpeakerStereoMode(SourceFile:52)
The text was updated successfully, but these errors were encountered:
but the Java code says private native void nativeEnableStereoSpeakerMode(long vrAudioSystemRef, boolean enable);
As a temporary workaround, you could create a JNI function called Java_com_google_vr_sdk_audio_GvrAudioEngine_nativeEnableStereoSpeakerMode which calls Java_com_google_vr_sdk_audio_GvrAudioEngine_nativeEnableSpeakerStereoMode.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
gvrsdk: com.google.vr:sdk-audio:1.190.0
2019-03-21 15:48:28.154 16582-16582/? E/sceneviewsampl: No implementation found for void com.google.vr.sdk.audio.GvrAudioEngine.nativeEnableStereoSpeakerMode(long, boolean) (tried Java_com_google_vr_sdk_audio_GvrAudioEngine_nativeEnableStereoSpeakerMode and Java_com_google_vr_sdk_audio_GvrAudioEngine_nativeEnableStereoSpeakerMode__JZ)
2019-03-21 15:48:28.155 16582-16582/? E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.huawei.hbs.arsceneviewsample, PID: 16582
java.lang.UnsatisfiedLinkError: No implementation found for void com.google.vr.sdk.audio.GvrAudioEngine.nativeEnableStereoSpeakerMode(long, boolean) (tried Java_com_google_vr_sdk_audio_GvrAudioEngine_nativeEnableStereoSpeakerMode and Java_com_google_vr_sdk_audio_GvrAudioEngine_nativeEnableStereoSpeakerMode__JZ)
at com.google.vr.sdk.audio.GvrAudioEngine.nativeEnableStereoSpeakerMode(Native Method)
at com.google.vr.sdk.audio.GvrAudioEngine.enableSpeakerStereoMode(SourceFile:52)
The text was updated successfully, but these errors were encountered: