Xamarin,CompilationFaileDexception:编译未完成,来源:class.jar:apklibraryInstaller $ zipfileinzipentry.class
我已经为Android开发了Xamarin项目,并且建筑物失败了,
java.lang.RuntimeException: com.android.tools.r8.CompilationFailedException: Compilation failed to complete, origin: obj\Debug\110\lp\134\jl\bin\classes.jar : com/getkeepsafe/relinker/ApkLibraryInstaller$ZipFileInZipEntry.class MyClient.Android
我不知道为什么会引起这一点。这是在安装 twilio.conversations.xamarin.xamarin nuget库后引起的。
是否缺少任何配置?
I have developing Xamarin project for Android and building is failed with
java.lang.RuntimeException: com.android.tools.r8.CompilationFailedException: Compilation failed to complete, origin: obj\Debug\110\lp\134\jl\bin\classes.jar : com/getkeepsafe/relinker/ApkLibraryInstaller$ZipFileInZipEntry.class MyClient.Android
I have no idea why this is causing. This caused after install Twilio.Conversations.Xamarin nuget library.
Is there missing any configuration?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Nuget软件包之后的更新是最新的。 (2022年6月28日)
= “ ://github.com/jedusei/twilio.conversations.xamarin“ rel =“ nofollow noreferrer”> twilio.conversations.xamarin 取决于xamarin.kotlin.kotlin.kotlin.stdlib(> = 1.5.31) be(> = 1.5.31.1)
此外,Relinker还必须为1.4.4
报告该问题,并已在 6
Update following nuget packages to be latest. (At 28th June 2022)
Twilio.Conversations.Xamarin is depends on Xamarin.Kotlin.StdLib (>= 1.5.31) but it should be (>=1.5.31.1)
Also ReLinker needs to be 1.4.4
Reported the issue and has been fixed on #6