Community Q&A

Welcome to Audiokinetic’s community-driven Q&A forum. This is the place where Wwise and Strata users help each other out. For direct help from our team, please use the Support Tickets page. To report a bug, use the Bug Report option in the Audiokinetic Launcher. (Note that Bug Reports submitted to the Q&A forum will be rejected. Using our dedicated Bug Report system ensures your report is seen by the right people and has the best chance of being fixed.)

To get the best answers quickly, follow these tips when posting a question:

  • Be Specific: What are you trying to achieve, or what specific issue are you running into?
  • Include Key Details: Include details like your Wwise and game engine versions, operating system, etc.
  • Explain What You've Tried: Let others know what troubleshooting steps you've already taken.
  • Focus on the Facts: Describe the technical facts of your issue. Focusing on the problem helps others find a solution quickly.

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)
...