Xamarin构建错误:定义默认接口方法需要--min-sdk-version> = 24

时间:2019-07-14 13:43:44

标签: xamarin xamarin.android

在我的Xamarin Forms项目中安装Plugin.MediaManager 0.7.1之后,Android版本给我错误:

onSelect

工具: Microsoft Visual Studio Community 2019版本16.1.6

1 个答案:

答案 0 :(得分:0)

未指定Dex编译器,请在Android项目属性中选择D8 Dex编译器:

Dex compiler option

在代码中:

java/lang/Object;I)V: defining a default interface method requires --min-sdk-version >= 24 (currently 13) for interface methods: com.google.android.exoplayer2.Player$EventListener.onTimelineChanged : (Lcom/google/android/exoplayer2/Timeline;Ljava/lang/Object;I)V  Readings4.Android   C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets    2816