Search Issue Tracker
Won't Fix
Votes
1
Found in
2017.4.0a1
2018.3.0a1
2018.3.12f1
2019.1.0a1
2019.2.0a1
2019.3.0a1
Issue ID
1148242
Regression
No
[Android] ARM64 Build Cannot Load libAudioPluginOculusSpatializer Despite being ARM64 binary
Steps to reproduce:
1. Download the attached project folder DllLoadFailure.zip and extract the contents to a folder.
2. Install compiled APK (I.e. WontLoadRepro.apk) in a folder or compile a new one.
3. Run the build.
4. When running the build, notice that logcat writes an error that it cannot find libAudioPluginOculusSpatializer
Expected result: ARM64 builds should load libAudioPluginOculusSpatializer
Reproduced in: 2019.3.0a1, 2018.3.14f1, 2017.4.26f1
Devices under test:
Reproduced:
VLNQA00267, Samsung Galaxy S10+ (SM-G975F), Android 9, CPU: Exynos 9 9820, GPU: Mali-G76
VLNQA00230, Oneplus OnePlus6T (ONEPLUS A6013), Android 9, CPU: Snapdragon 845 SDM845, GPU: Adreno (TM) 630
VLNQA00173, Xiaomi Redmi 6 Pro (Redmi 6 Pro), Android 8.1.0, CPU: Snapdragon 625 MSM8953, GPU: Adreno (TM) 506
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Error "Objects are trying to be loaded during a domain backup. This is not allowed as it will lead to undefined behaviour!" when entering Play Mode with the PBR Sky Shader Graph created in Project
- Custom Property and Function Labels at the top of the Graph Inspector go out of bounds and are not truncated when String is long
- Warning "Full dialog message:" is logged when the project is upgraded to a newer version
- A 404 page is opened when selecting "Open Documentation" for any of the HDRP specific Input Nodes in Shader Graph
- A 404 page is opened when selecting "Open Documentation" on the URP Sample Buffer Node in Shader Graph
Resolution Note:
While the message is indeed misleading, the library does get loaded and the functionality is not affected.
In order to check if the library is loaded: export project from Unity, build in Android studio, debug on device, after the app launches, pause the debugger and in debugger console type the command "image list", this will print you the list of all loaded libraries and the libAudioPluginOculusSpatializer will be there too.