My first attempt yield this error:
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.D8.targets(5,5): Error: java.lang.RuntimeException: com.android.tools.r8.CompilationFailedException: Compilation failed to complete, origin: obj/Debug/lp/183/jl/classes.jar : com/google/android/gms/internal/firebase_messaging/zza.class (CivicMobile.Android)
Searching, I discovered a similar error reported and recommended adding Xamarin.Google.Guava to the project. When I did, I got this error:
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.D8.targets(5,5): Error: java.lang.RuntimeException: com.android.tools.r8.CompilationFailedException: Compilation failed to complete, origin: /Users/timbelvin/.nuget/packages/xamarin.google.guava.listenablefuture/1.0.0.9/buildTransitive/monoandroid12.0/../../jar/guava-listenablefuture.jar : com/google/common/util/concurrent/ListenableFuture.class (CivicMobile.Android)
My first attempt yield this error: /Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.D8.targets(5,5): Error: java.lang.RuntimeException: com.android.tools.r8.CompilationFailedException: Compilation failed to complete, origin: obj/Debug/lp/183/jl/classes.jar : com/google/android/gms/internal/firebase_messaging/zza.class (CivicMobile.Android)
Searching, I discovered a similar error reported and recommended adding Xamarin.Google.Guava to the project. When I did, I got this error: /Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.D8.targets(5,5): Error: java.lang.RuntimeException: com.android.tools.r8.CompilationFailedException: Compilation failed to complete, origin: /Users/timbelvin/.nuget/packages/xamarin.google.guava.listenablefuture/1.0.0.9/buildTransitive/monoandroid12.0/../../jar/guava-listenablefuture.jar : com/google/common/util/concurrent/ListenableFuture.class (CivicMobile.Android)