ReLinker icon indicating copy to clipboard operation
ReLinker copied to clipboard

Xamarin Android, CompilationFailedException: ApkLibraryInstaller$ZipFileInZipEntry.class

Open NishiokaTakeo opened this issue 3 years ago • 0 comments

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

Exception in thread "main" 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 I have no idea why this is causing. This caused after install Twilio.Conversations.Xamarin nuget library.

Do you have any idea?

NishiokaTakeo avatar Jun 21 '22 03:06 NishiokaTakeo