You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename the directory name of "%GOPATH%\pkg\gomobile\android-ndk-r10e\openal" ( such as "00opengl"), OR delete it.
Build your code which import the "exp/audio".
As the result,the output apk will not inculde the "libopenal.so" file in "xxx.apk\lib\armeabi".
I hope in the build process, gomobile can check whether "gomobile-openal-soft" is missing or not. if yes,then throw an exception or a clear tip.
This will help developor to know the reason.
(Currently is builded successfully but lost the "libopenal.so".So after installed apk to device and run,it will got a crash due to "al: cannot load libopenal.so " )
History of this issus
You can find the actual usage scenario here: #12514
when the gomobile init failed to download the "gomobile-openal-soft-xxxx.tar.gz" , it will cause this issus in build process.