# Can't run the studio api example in android studio

**URL:** https://qa.fmod.com/t/cant-run-the-studio-api-example-in-android-studio/14945
**Category:** FMOD Engine
**Created:** [August 15, 2019, 1:55am UTC](https://qa.fmod.com/t/cant-run-the-studio-api-example-in-android-studio/14945 "2019-08-15T01:55:32Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![helloafer](https://avatars.discourse-cdn.com/v4/letter/h/e9a140/32.png) [@helloafer](https://qa.fmod.com/u/helloafer)
#### Post date: [August 15, 2019, 1:55am UTC](https://qa.fmod.com/t/cant-run-the-studio-api-example-in-android-studio/14945/1 "2019-08-15T01:55:32Z")

</div>

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)

 ![QQ%E5%9B%BE%E7%89%8720190815100343](https://canada1.discourse-cdn.com/flex036/uploads/fmod/original/1X/fd9d031c7470243ec927cedce071e8b050c6cebd.png)

---

<div class="post-metadata">

### Author: ![cameron-fmod](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/cameron-fmod/32/261_2.png) [@cameron-fmod](https://qa.fmod.com/u/cameron-fmod)
#### Post date: [August 21, 2019, 3:32am UTC](https://qa.fmod.com/t/cant-run-the-studio-api-example-in-android-studio/14945/2 "2019-08-21T03:32:57Z")

</div>

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.
