KeepSafe / ReLinker

A robust native library loader for Android.
Apache License 2.0
3.23k stars 371 forks source link

Xamarin Android, CompilationFailedException: ApkLibraryInstaller$ZipFileInZipEntry.class #100

Open NishiokaTakeo opened 2 years ago

NishiokaTakeo commented 2 years ago

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?