Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

0 votes

Some errors occurred when I tried to integrate Wwsie SDK 2018.1.4.6807 into our game engine on the Android.

It's only happened in release version of the .a files. Debug and profile files are no problem.

Errors:

D:/jenkins/ws/wwise_v2018.1/wwise/SDK/source/SoundEngine/AkAudiolib/Android/../../../../include/AK/Tools/Common/AkHashList.h:220: error: undefined reference to 'AkMonitor::m_MonitorPoolId'
D:/jenkins/ws/wwise_v2018.1/wwise/SDK/source/SoundEngine/AkAudiolib/Android/../../../../include/AK/Tools/Common/AkHashList.h:220: error: undefined reference to 'AkMonitor::m_MonitorPoolId'
D:/jenkins/ws/wwise_v2018.1/wwise/SDK/source/SoundEngine/AkAudiolib/Android/../Common/AkIDStringMap.cpp:65: error: undefined reference to 'AkMonitor::m_MonitorPoolId'
D:/jenkins/ws/wwise_v2018.1/wwise/SDK/source/SoundEngine/AkAudiolib/Android/../Common/AkIDStringMap.cpp:69: error: undefined reference to 'AkMonitor::m_MonitorPoolId'
clang++.exe: error: linker command failed with exit code 1 (use -v to see invocation)

-----------------

Wwise SDK: 2018.1.4.6807

Android NDK: android-ndk-r17b

APP_PLATFORM := android-14

APP_STL := c++_static

NDK_TOOLCHAIN_VERSION := clang

LOCAL_CFLAGS := -Wall -std=c++14

LOCAL_CFLAGS += -DNDEBUG -DAK_OPTIMIZED -mfloat-abi=softfp -mfpu=neon -ffunction-sections -fdata-sections -O3

LOCAL_EXPORT_LDLIBS := -lOpenSLES -llog -landroid -lz

 

in General Discussion by Yinqiang Z. (100 points)

1 Answer

0 votes
Did you ever resolve this? Running into the same thing on switch.
by Kyle R. (150 points)
...