> For the complete documentation index, see [llms.txt](https://embywiki.feverss.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://embywiki.feverss.cloud/use-on-various-devices/use-on-android-tv/using-third-party-client-kodi-on-android-tv/use-embuary-in-kodi19.md).

# Kodi 19 不兼容 Embuary 皮肤的解决方案

### 原因 <a href="#yuan-yin" id="yuan-yin"></a>

kodi19全面采用python 3，放弃了对python 2的支持，之前python2下开发的插件就都不兼容了

### 究极解决方案 <a href="#jiu-ji-jie-jue-fang-an" id="jiu-ji-jie-jue-fang-an"></a>

降级回 18.9 版本，并关闭自动升级

### 临时解决方案 <a href="#lin-shi-jie-jue-fang-an" id="lin-shi-jie-jue-fang-an"></a>

* 使用环境：安卓 9.0 系统
* 使用方法：修改 zip 包中 **addon.xml** 中 **xbmc gui** 字段中的版本号为 **5.15.0** *此方法是 embuary 作者作者在*[*kodi的论坛上给的方案*](https://forum.kodi.tv/showthread.php?tid=320137\&pid=3016545#pid3016545)&#x20;

&#x20;          ![](https://embywiki.911997.xyz/.gitbook/assets/use-embuary-in-kodi19-1.png)

1. [下载 Embuary 安装包](https://mirrors.kodi.tv/addons/leia/skin.embuary-leia/)
2. 解压后编辑 **addon.xml** 文件，编辑完成后如下图
3. &#x20;![](https://embywiki.911997.xyz/.gitbook/assets/use-embuary-in-kodi19-2.png)
4. 按照原格式打回 zip 文件，并在 kodi 中安装该 zip 包


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://embywiki.feverss.cloud/use-on-various-devices/use-on-android-tv/using-third-party-client-kodi-on-android-tv/use-embuary-in-kodi19.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
