# Plugin not compatible details

**URL:** https://forums.creativeclouddeveloper.com/t/plugin-not-compatible-details/1057
**Category:** UXP Plugin API
**Created:** [July 17, 2019, 2:07pm UTC](https://forums.creativeclouddeveloper.com/t/plugin-not-compatible-details/1057 "2019-07-17T14:07:53Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![gdreyv](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.creativeclouddeveloper.com/gdreyv/32/358_2.png) [@gdreyv](https://forums.creativeclouddeveloper.com/u/gdreyv)
#### Post date: [July 17, 2019, 2:07pm UTC](https://forums.creativeclouddeveloper.com/t/plugin-not-compatible-details/1057/1 "2019-07-17T14:07:54Z")

</div>

How can I find details about the error `Failed to install "...": plugin not compatible`?  
Plugin manifest version is `"host":{"app":"XD","minVersion":"21.0"}` and app version is 21.0.25.2. What exactly is not compatible?

---

<div class="post-metadata">

### Author: ![stevekwak](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.creativeclouddeveloper.com/stevekwak/32/48_2.png) [@stevekwak](https://forums.creativeclouddeveloper.com/u/stevekwak)
#### Post date: [July 17, 2019, 3:59pm UTC](https://forums.creativeclouddeveloper.com/t/plugin-not-compatible-details/1057/2 "2019-07-17T15:59:40Z")

</div>

It should work. Could you send me the build so I can test it on my end? [kwak@adobe.com](mailto:kwak@adobe.com)

---

<div class="post-metadata">

### Author: ![gdreyv](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.creativeclouddeveloper.com/gdreyv/32/358_2.png) [@gdreyv](https://forums.creativeclouddeveloper.com/u/gdreyv)
#### Post date: [July 17, 2019, 4:10pm UTC](https://forums.creativeclouddeveloper.com/t/plugin-not-compatible-details/1057/3 "2019-07-17T16:10:18Z")

</div>

Thank you. I sent the build.

---

<div class="post-metadata">

### Author: ![stevekwak](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.creativeclouddeveloper.com/stevekwak/32/48_2.png) [@stevekwak](https://forums.creativeclouddeveloper.com/u/stevekwak)
#### Post date: [July 17, 2019, 8:15pm UTC](https://forums.creativeclouddeveloper.com/t/plugin-not-compatible-details/1057/4 "2019-07-17T20:15:41Z")

</div>

@gdreyv I took a look. In your manifest, `keywords` value should be an array, not a string. Once you fix this issue, your plugin will install fine. Sorry for the vague error message…  
[https://adobexdplatform.com/plugin-docs/reference/structure/manifest.html?h=manifest](https://adobexdplatform.com/plugin-docs/reference/structure/manifest.html?h=manifest)
