Error even after installing android v4 support library in Xamarin

前端 未结 3 1216
无人及你
无人及你 2021-01-06 05:17

Even after installing v4 support library from Xamarin Component Store,I get this error.I tried googling for these problems but I always get the same error in Xamarin Studio

3条回答
  •  清歌不尽
    2021-01-06 05:30

    Your screenshot is too small and I can barely read the code and error messages. But it appears that you have Java code in Xamarin Studio and it's generating compile errors. That would be expected since Xamarin Studio only compiles C#, and not Java. You'll have to take your current Java code and convert it to C#.

提交回复
热议问题