Version
Wwise Unreal Integration Documentation
|
Android-Specific Information
Unreal 4.25
- Due to the Android toolchain change introduced in Unreal Engine 4.25, it is necessary to change the Android SDK folder hierarchy within the
ThirdParty
folder. The following folders should be moved within anAndroid
folder, and renamed accordingly:-
Android_armeabi-v7a
should be moved and renamed toAndroid/armeabi-v7a
-
Android_arm64-v8a
should be moved and renamed toAndroid/arm64-v8a
-
Android_x86
should be moved and renamed toAndroid/x86
-
Android_x86_64
should be moved and renamed toAndroid/x86_64
-