# Android can\`t using command instrument?

**URL:** https://qa.fmod.com/t/android-can-t-using-command-instrument/20893
**Category:** Unity
**Created:** [November 21, 2023, 7:23am UTC](https://qa.fmod.com/t/android-can-t-using-command-instrument/20893 "2023-11-21T07:23:08Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![TaebeumKim](https://avatars.discourse-cdn.com/v4/letter/t/c4cdca/32.png) [@TaebeumKim](https://qa.fmod.com/u/TaebeumKim)
#### Post date: [November 21, 2023, 7:23am UTC](https://qa.fmod.com/t/android-can-t-using-command-instrument/20893/1 "2023-11-21T07:23:08Z")

</div>

Command Instruments work well in the Unity editor but do not function when the application is built for Android. In the same event, other instruments are functioning properly, but the Command Instruments are not. I am wondering if this issue is due to a scripting error or a mistake in the build process, or if it’s simply a feature not supported on Android. Thank you.

---

<div class="post-metadata">

### Author: ![Connor\_FMOD](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/connor_fmod/32/3685_2.png) [@Connor\_FMOD](https://qa.fmod.com/u/Connor_FMOD)
#### Post date: [November 22, 2023, 5:18am UTC](https://qa.fmod.com/t/android-can-t-using-command-instrument/20893/2 "2023-11-22T05:18:21Z")

</div>

Hi,

Command instruments are supported on Android.

What version of Unity and the FMOD integration are you using? Are there any Android logs you could share?

---

<div class="post-metadata">

### Author: ![TaebeumKim](https://avatars.discourse-cdn.com/v4/letter/t/c4cdca/32.png) [@TaebeumKim](https://qa.fmod.com/u/TaebeumKim)
#### Post date: [November 23, 2023, 6:50am UTC](https://qa.fmod.com/t/android-can-t-using-command-instrument/20893/3 "2023-11-23T06:50:00Z")

</div>

I using Unity 22.3.11 lts, FMOD 2.02.18 and when Build compelate it is not no error generlated(just texture icon warning generated  
and how can I check android log for fmod?

---

<div class="post-metadata">

### Author: ![Connor\_FMOD](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/connor_fmod/32/3685_2.png) [@Connor\_FMOD](https://qa.fmod.com/u/Connor_FMOD)
#### Post date: [November 24, 2023, 6:41am UTC](https://qa.fmod.com/t/android-can-t-using-command-instrument/20893/4 "2023-11-24T06:41:56Z")

</div>

Hi,

You can look into using [Android Studio | Logcat](https://developer.android.com/tools/logcat) with the [FMOD Integration | Settings - Logging level](https://fmod.com/docs/2.02/unity/settings.html#logging-level) set to warning it should log any errors FMOD is running into.

The location of the Unity Editor logs can be found here: [Unity Docs | Editor-related log locations](https://docs.unity3d.com/Manual/LogFiles.html), could you check for any FMOD-related errors?
