I've working with Xamarin.Android , when i run project have exception Java.Lang.NoClassDefFoundError : Failed resolution of : Lkotlin/jvm/internal/Intrinsics;
Here is picture :
How i can fix it ?
This error could indicate that your Xamarin code uses a native Android library or code that is written in Kotlin
Because the Kotlin StdLib
is not packaged with the library, you should add Xamarin.Kotlin.StdLib
in your NuGet
packages of your Xamarin project so the Xamarin App can correctly interpret the library or code written in Kotlin
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With