Unable to build android version after updating packages

Brian Kramer 66 Reputation points
2021-07-10T15:23:22.097+00:00

No app changes, but get errors:

seems to be related to xamarin,google.android.material

/Users/briankramer/Projects/SWLog/SWLog.Android/obj/Debug/android/src/crc64720bb2db43a66fe9/TabbedPageRenderer.java(8,8): Error JAVAC0000: error: TabbedPageRenderer is not abstract and does not override abstract method onNavigationItemSelected(MenuItem) in OnItemSelectedListener
public class TabbedPageRenderer
(JAVAC0000) (SWLog.Android) javac

/Users/briankramer/Projects/SWLog/SWLog.Android/obj/Debug/android/src/crc643f46942d9dd1fff9/ShellItemRenderer.java(8,8): Error JAVAC0000: error: ShellItemRenderer is not abstract and does not override abstract method onNavigationItemSelected(MenuItem) in OnItemSelectedListener
public class ShellItemRenderer
(JAVAC0000) (SWLog.Android) javac

latest vis stud on mac
all latest updates

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,296 questions
{count} votes

2 answers

Sort by: Most helpful
  1. André Ziegler 11 Reputation points
    2021-07-28T07:37:26.377+00:00

    Update to XF5 SR5 5.0.0.2125 to fix the issue as it has a fix for it included. Here you can use latest material package.

    2 people found this answer helpful.
    0 comments No comments

  2. Tristan Kam 106 Reputation points
    2021-09-22T18:43:19.877+00:00

    I did not have this xamarin.google.android.material installed but by installing version 1.3.0.1 it solved the error