Can't run the studio api example in android studio

2019.8.17 now i found it works with the old fmod studio api version (1.10.15).

the core api(ver 2.00.03) example is ok in android studio,but the studio api example not.

completed is ok,when install in my android device it crash as bellow.

2019-08-15 09:37:04.118 25607-25607/? I/zygote64: Late-enabling -Xcheck:jni
2019-08-15 09:37:04.326 25607-25607/com.egai.wukong.fmod_studio W/ResourceType: No package identifier when getting name for resource number 0x00000000
2019-08-15 09:37:04.337 25607-25607/com.egai.wukong.fmod_studio I/InstantRun: starting instant run server: is main process
2019-08-15 09:37:04.346 25607-25607/com.egai.wukong.fmod_studio W/ResourceType: No package identifier when getting name for resource number 0x00000000
2019-08-15 09:37:04.424 25607-25671/com.egai.wukong.fmod_studio W/ResourceType: No package identifier when getting name for resource number 0x00000000
2019-08-15 09:37:04.426 25607-25607/com.egai.wukong.fmod_studio D/AndroidRuntime: Shutting down VM
2019-08-15 09:37:04.428 25607-25607/com.egai.wukong.fmod_studio E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.egai.wukong.fmod_studio, PID: 25607
java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol “ZN4FMOD14ChannelControl15set3DAttributesEPK11FMOD_VECTORS3” referenced by “/data/app/com.egai.wukong.fmod_studio–pXqZDIx9p2ppcv8Pi-Uig==/lib/arm64/libfmodstudio.so”…
at java.lang.Runtime.loadLibrary0(Runtime.java:1016)
at java.lang.System.loadLibrary(System.java:1657)
at org.fmod.core.FmodUtils.(FmodUtils.java:67)
at org.fmod.core.FmodUtils.getInstance(Unknown Source:0)
at com.egai.fmodstudio.MainActivity.onCreate(MainActivity.java:31)
at android.app.Activity.performCreate(Activity.java:7098)
at android.app.Activity.performCreate(Activity.java:7089)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1215)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2770)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2895)
at android.app.ActivityThread.-wrap11(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1616)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:173)
at android.app.ActivityThread.main(ActivityThread.java:6653)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:547)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:821)

Our examples currently aren’t made to work with Android Studio, we are working on converting them over and hope to have it available in a release soon.