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
Hello everyone,
 

I am trying to build a Wwise plugin for Android (in Unity) with the provided Python development tools by Audiokinetic. I created a plugin with "new.py ...", generated a solution and makefile with "premake.py ..." and now I am trying to finish with "build.py Android -c Debug". Unfortunately for some reason a directory seems to be invalid. Before I had to set an environment variable so the command works at all. The white space in the path is not the problem and all directories actually exist. Running as Admin makes no difference.

For some background: I used PureData and the Heavy compiler (hvcc) to design my plugin and now try to make it available for Android. It works in Wwise Authoring and the Unity Editor so far but I struggle to generate the .so file for Android. I tried to make a .so file from my C++ code in different ways (Visual Studio / Android Studio) but the build scripts seem to be the best solution regarding linking dependencies etc. or I just do not know better.

 

Hope someone can help :)

Cheers

 

>>python ..\build.py Android -c Debug
Building HvFM for Android in Debug...
Building Android in Debug using ndk-build.
Build Command:
D:\CODE\AndroidSDK\ndk\20.1.5948944\ndk-build.cmd\ndk-build all -j 16
NDK_PROJECT_PATH=.\
PM5_CONFIG=debug_android_armeabi-v7a
NDK_APPLICATION_MK=HvFM_Android_application.mk
NDK_LIBS_OUT=D:/DAW/Wwise/Wwise 2019.1.6.7110/SDK/Android_armeabi-v7a/Debug/libs
NDK_OUT=D:/DAW/Wwise/Wwise 2019.1.6.7110/SDK/Android_armeabi-v7a/Debug/lib
NDK_APP_OUT=D:/DAW/Wwise/Wwise 2019.1.6.7110/SDK/Android_armeabi-v7a
TARGET_OUT=D:/DAW/Wwise/Wwise 2019.1.6.7110/SDK/Android_armeabi-v7a/Debug/lib
The directory name is invalid.
in General Discussion by Gabriel A. (140 points)

Please sign-in or register to answer this question.

...