recompose icon indicating copy to clipboard operation
recompose copied to clipboard

Failed to load descriptor for file recompose-main.zip

Open TetrixGauss opened this issue 2 years ago • 6 comments

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?

TetrixGauss avatar Jun 22 '22 13:06 TetrixGauss

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

yonigofman avatar Jul 11 '22 22:07 yonigofman

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.

madmuv avatar Nov 04 '22 09:11 madmuv

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

pocmo avatar Nov 07 '22 09:11 pocmo

okay

madmuv avatar Nov 08 '22 03:11 madmuv

我修好了

添加 <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 avatar Feb 24 '23 03:02 mxdlsm

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

mxdlsm avatar Feb 24 '23 05:02 mxdlsm