pocmo / recompose

recompose is a tool for converting Android layouts in XML to Kotlin code using Jetpack Compose.
Apache License 2.0
783 stars 49 forks source link

Failed to load descriptor for file recompose-main.zip #115

Open TetrixGauss opened 2 years ago

TetrixGauss commented 2 years ago

Hello all!

I am trying to add the .zip folder from disk as a plugin but i always get that message:

image

Can anyone help me please?

yonigofman commented 1 year ago

Hello all!

I am trying to add the .zip folder from disk as a plugin but i always get that message:

image

Can anyone help me please?

I have the same problem

madmuv commented 1 year ago

I fixed it by

add <description><![CDATA[ For more information visit the <a href="https://github.com/pocmo/recompose/">project site</a>. ]]></description>

to plugin.xml file,

and on build.gradle.kts file I was modify untilBuild("202.*") to untilBuild("213.*")

finally, it can import.

pocmo commented 1 year ago

@madmuv If you open a PR for those two changes then I'll happily merge it. :)

madmuv commented 1 year ago

okay

mxdlsm commented 1 year ago

我修好了

添加 <description><![CDATA[ For more information visit the <a href="https://github.com/pocmo/recompose/">project site</a>. ]]></description>

到 plugin.xml 文件,

在 build.gradle.kts 文件上,我修改 untilBuild("202.*")为 untilBuild("213.*")

最后,它可以导入。

Hello, I am reporting an error in importing and using the latest version of AndroidStudio Fail to load plugin descriptor from file recompose-main.zip

mxdlsm commented 1 year ago

Hello all! I am trying to add the .zip folder from disk as a plugin but i always get that message: image Can anyone help me please?

I have the same problem latest version Android Studio