dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.11k stars 1.73k forks source link

Android app crash in release Mode #15997

Closed HobDev closed 10 months ago

HobDev commented 1 year ago

Description

When I try to run the Android app in release configuration the App does not Build . The error message is:

Severity    Code    Description Project File    Line    Suppression State
Error   JAVAC0000    error: no suitable constructor found for BaseCellView(Context,AttributeSet,int,int)
        super (p0, p1, p2, p3);
    constructor BaseCellView.BaseCellView(Context) is not applicable
      (actual and formal argument lists differ in length)
    constructor BaseCellView.BaseCellView(Context,AttributeSet) is not applicable
      (actual and formal argument lists differ in length)
    constructor BaseCellView.BaseCellView(Context,AttributeSet,int) is not applicable
      (actual and formal argument lists differ in length)
    User    C:\Users\spara\source\repos\Dome\User\obj\Release\net7.0-android\android\src\crc6477f0d89a9cfd64b1\TextCellRenderer_TextCellView.java   47  

The copy from the Output window:

Build started...
1>------ Build started: Project: Moneris.PaymentGateway, Configuration: Release Any CPU ------
1>C:\Program Files\dotnet\sdk\8.0.100-preview.5.23303.2\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(314,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy
1>Skipping analyzers to speed up the build. You can execute 'Build' or 'Rebuild' command to run analyzers.
1>Moneris.PaymentGateway -> C:\Users\spara\source\repos\Dome\Moneris.PaymentGateway\bin\Release\net7.0\Moneris.PaymentGateway.dll
2>------ Build started: Project: User, Configuration: Release Any CPU ------
2>Skipping analyzers to speed up the build. You can execute 'Build' or 'Rebuild' command to run analyzers.
2>C:\Users\spara\source\repos\Dome\User\CustomControls\Entries\DualImageBorderedEntry.cs(96,28,96,44): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
2>C:\Users\spara\source\repos\Dome\User\Helpers\AppStaticData.cs(8,48,8,63): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
2>C:\Users\spara\source\repos\Dome\User\Helpers\AppStaticData.cs(27,43,27,62): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
2>C:\Users\spara\source\repos\Dome\User\Popups\BusyPopup.cs(22,26,22,28): warning CS0168: The variable 'ex' is declared but never used
2>C:\Users\spara\source\repos\Dome\User\ViewModels\ActivityViewModel.cs(50,17,50,31): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
2>C:\Users\spara\source\repos\Dome\User\Services\Implementations\RealmService.cs(30,21,30,44): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
2>C:\Users\spara\source\repos\Dome\User\Services\Implementations\RealmService.cs(33,30,33,32): warning CS0168: The variable 'ex' is declared but never used
2>C:\Users\spara\source\repos\Dome\User\Services\Implementations\RealmService.cs(57,27,57,48): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
2>C:\Users\spara\source\repos\Dome\User\Popups\CountryPopup.cs(49,26,49,28): warning CS0168: The variable 'ex' is declared but never used
2>C:\Users\spara\source\repos\Dome\User\ViewModels\Account\InterestsViewModel.cs(52,17,52,33): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
2>C:\Users\spara\source\repos\Dome\User\Views\Account\RegisterView.cs(130,26,130,28): warning CS0168: The variable 'ex' is declared but never used
2>C:\Users\spara\source\repos\Dome\User\ViewModels\Account\ProfileViewModel.cs(88,17,88,34): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
2>C:\Users\spara\source\repos\Dome\User\ViewModels\Account\ProfileViewModel.cs(100,27,100,42): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
2>C:\Users\spara\source\repos\Dome\User\Views\Account\ForgotPasswordView.cs(80,26,80,28): warning CS0168: The variable 'ex' is declared but never used
2>C:\Users\spara\source\repos\Dome\User\Views\Account\LoginView.cs(82,26,82,28): warning CS0168: The variable 'ex' is declared but never used
2>C:\Users\spara\source\repos\Dome\User\Views\Account\ProfileView.cs(141,26,141,28): warning CS0168: The variable 'ex' is declared but never used
2>C:\Users\spara\source\repos\Dome\User\Views\Account\LoginView.cs(7,20,7,29): warning CS0169: The field 'LoginView.viewModel' is never used
2>C:\Users\spara\source\repos\Dome\User\ViewModels\Account\ProfileViewModel.cs(63,30,63,35): warning CS0169: The field 'ProfileViewModel.popup' is never used
2>User -> C:\Users\spara\source\repos\Dome\User\bin\Release\net7.0-android\User.dll
2>Optimizing assemblies for size may change the behavior of the app. Be sure to test after publishing. See: https://aka.ms/dotnet-illink
2>Optimizing assemblies for size. This process might take a while.
2>Optimizing assemblies for size may change the behavior of the app. Be sure to test after publishing. See: https://aka.ms/dotnet-illink
2>Optimizing assemblies for size. This process might take a while.
2>Optimizing assemblies for size may change the behavior of the app. Be sure to test after publishing. See: https://aka.ms/dotnet-illink
2>Optimizing assemblies for size. This process might take a while.
2>Optimizing assemblies for size may change the behavior of the app. Be sure to test after publishing. See: https://aka.ms/dotnet-illink
2>Optimizing assemblies for size. This process might take a while.
2>[1/100] Microsoft.Extensions.DependencyInjection.dll -> Microsoft.Extensions.DependencyInjection.dll.so
2>[2/100] Microsoft.Maui.Graphics.dll -> Microsoft.Maui.Graphics.dll.so
2>[3/100] CommunityToolkit.Maui.dll -> CommunityToolkit.Maui.dll.so
2>[4/100] MongoDB.Bson.dll -> MongoDB.Bson.dll.so
2>[5/100] Realm.dll -> Realm.dll.so
2>[6/100] Realm.PlatformHelpers.dll -> Realm.PlatformHelpers.dll.so
2>[7/100] CommunityToolkit.Maui.Markup.dll -> CommunityToolkit.Maui.Markup.dll.so
2>[9/100] Microsoft.Extensions.Logging.dll -> Microsoft.Extensions.Logging.dll.so
2>[10/100] Microsoft.Extensions.Configuration.dll -> Microsoft.Extensions.Configuration.dll.so
2>[8/100] CommunityToolkit.Mvvm.dll -> CommunityToolkit.Mvvm.dll.so
2>[11/100] Xamarin.AndroidX.Activity.dll -> Xamarin.AndroidX.Activity.dll.so
2>[12/100] CommunityToolkit.Maui.Core.dll -> CommunityToolkit.Maui.Core.dll.so
2>[13/100] Microsoft.Extensions.DependencyInjection.Abstractions.dll -> Microsoft.Extensions.DependencyInjection.Abstractions.dll.so
2>[14/100] Microsoft.Extensions.Logging.Abstractions.dll -> Microsoft.Extensions.Logging.Abstractions.dll.so
2>[15/100] Microsoft.Extensions.Primitives.dll -> Microsoft.Extensions.Primitives.dll.so
2>[16/100] Microsoft.Extensions.Configuration.Abstractions.dll -> Microsoft.Extensions.Configuration.Abstractions.dll.so
2>[17/100] Microsoft.Extensions.Options.dll -> Microsoft.Extensions.Options.dll.so
2>[18/100] Remotion.Linq.dll -> Remotion.Linq.dll.so
2>[1/100] CommunityToolkit.Maui.dll -> CommunityToolkit.Maui.dll.so
2>[19/100] Xamarin.AndroidX.Lifecycle.LiveData.Core.dll -> Xamarin.AndroidX.Lifecycle.LiveData.Core.dll.so
2>[20/100] Xamarin.AndroidX.CoordinatorLayout.dll -> Xamarin.AndroidX.CoordinatorLayout.dll.so
2>[21/100] Xamarin.AndroidX.CardView.dll -> Xamarin.AndroidX.CardView.dll.so
2>[22/100] Xamarin.AndroidX.Fragment.dll -> Xamarin.AndroidX.Fragment.dll.so
2>[23/100] Xamarin.AndroidX.AppCompat.dll -> Xamarin.AndroidX.AppCompat.dll.so
2>[24/100] Xamarin.AndroidX.AppCompat.AppCompatResources.dll -> Xamarin.AndroidX.AppCompat.AppCompatResources.dll.so
2>[25/100] Xamarin.AndroidX.Core.dll -> Xamarin.AndroidX.Core.dll.so
2>[26/100] Xamarin.AndroidX.Lifecycle.Common.dll -> Xamarin.AndroidX.Lifecycle.Common.dll.so
2>[27/100] Xamarin.AndroidX.CustomView.dll -> Xamarin.AndroidX.CustomView.dll.so
2>[28/100] Xamarin.AndroidX.Collection.dll -> Xamarin.AndroidX.Collection.dll.so
2>[29/100] Xamarin.AndroidX.CursorAdapter.dll -> Xamarin.AndroidX.CursorAdapter.dll.so
2>[30/100] Xamarin.AndroidX.DrawerLayout.dll -> Xamarin.AndroidX.DrawerLayout.dll.so
2>[2/100] CommunityToolkit.Maui.Core.dll -> CommunityToolkit.Maui.Core.dll.so
2>[31/100] Xamarin.AndroidX.Lifecycle.ViewModel.dll -> Xamarin.AndroidX.Lifecycle.ViewModel.dll.so
2>[1/100] CommunityToolkit.Maui.dll -> CommunityToolkit.Maui.dll.so
2>[32/100] Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll -> Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll.so
2>[2/100] CommunityToolkit.Maui.Core.dll -> CommunityToolkit.Maui.Core.dll.so
2>[33/100] Xamarin.AndroidX.Loader.dll -> Xamarin.AndroidX.Loader.dll.so
2>[34/100] Xamarin.AndroidX.Navigation.Common.dll -> Xamarin.AndroidX.Navigation.Common.dll.so
2>[35/100] Xamarin.AndroidX.ViewPager2.dll -> Xamarin.AndroidX.ViewPager2.dll.so
2>[36/100] Xamarin.AndroidX.Window.dll -> Xamarin.AndroidX.Window.dll.so
2>[37/100] Xamarin.AndroidX.Navigation.Fragment.dll -> Xamarin.AndroidX.Navigation.Fragment.dll.so
2>[38/100] Xamarin.AndroidX.ViewPager.dll -> Xamarin.AndroidX.ViewPager.dll.so
2>[39/100] Xamarin.AndroidX.Navigation.UI.dll -> Xamarin.AndroidX.Navigation.UI.dll.so
2>[40/100] Xamarin.AndroidX.Navigation.Runtime.dll -> Xamarin.AndroidX.Navigation.Runtime.dll.so
2>[41/100] Xamarin.AndroidX.RecyclerView.dll -> Xamarin.AndroidX.RecyclerView.dll.so
2>[42/100] Xamarin.AndroidX.SwipeRefreshLayout.dll -> Xamarin.AndroidX.SwipeRefreshLayout.dll.so
2>[43/100] Xamarin.Google.Android.Material.dll -> Xamarin.Google.Android.Material.dll.so
2>[44/100] Xamarin.AndroidX.SavedState.dll -> Xamarin.AndroidX.SavedState.dll.so
2>[3/100] CommunityToolkit.Maui.Markup.dll -> CommunityToolkit.Maui.Markup.dll.so
2>[1/100] CommunityToolkit.Maui.dll -> CommunityToolkit.Maui.dll.so
2>[45/100] System.Console.dll -> System.Console.dll.so
2>[4/100] CommunityToolkit.Mvvm.dll -> CommunityToolkit.Mvvm.dll.so
2>[3/100] CommunityToolkit.Maui.Markup.dll -> CommunityToolkit.Maui.Markup.dll.so
2>[46/100] System.Collections.Immutable.dll -> System.Collections.Immutable.dll.so
2>[47/100] System.Collections.dll -> System.Collections.dll.so
2>[48/100] System.ComponentModel.Annotations.dll -> System.ComponentModel.Annotations.dll.so
2>[49/100] System.Diagnostics.Debug.dll -> System.Diagnostics.Debug.dll.so
2>[50/100] System.Collections.Concurrent.dll -> System.Collections.Concurrent.dll.so
2>[51/100] Xamarin.KotlinX.Coroutines.Core.Jvm.dll -> Xamarin.KotlinX.Coroutines.Core.Jvm.dll.so
2>[52/100] System.Collections.NonGeneric.dll -> System.Collections.NonGeneric.dll.so
2>[53/100] System.ComponentModel.dll -> System.ComponentModel.dll.so
2>[54/100] Xamarin.Kotlin.StdLib.dll -> Xamarin.Kotlin.StdLib.dll.so
2>[55/100] System.ComponentModel.TypeConverter.dll -> System.ComponentModel.TypeConverter.dll.so
2>[56/100] System.ComponentModel.Primitives.dll -> System.ComponentModel.Primitives.dll.so
2>[57/100] System.Diagnostics.Process.dll -> System.Diagnostics.Process.dll.so
2>[2/100] CommunityToolkit.Maui.Core.dll -> CommunityToolkit.Maui.Core.dll.so
2>[5/100] Microsoft.Extensions.Configuration.dll -> Microsoft.Extensions.Configuration.dll.so
2>[4/100] CommunityToolkit.Mvvm.dll -> CommunityToolkit.Mvvm.dll.so
2>[58/100] System.IO.Compression.dll -> System.IO.Compression.dll.so
2>[59/100] System.Numerics.Vectors.dll -> System.Numerics.Vectors.dll.so
2>[60/100] System.Private.Uri.dll -> System.Private.Uri.dll.so
2>[6/100] Microsoft.Extensions.Configuration.Abstractions.dll -> Microsoft.Extensions.Configuration.Abstractions.dll.so
2>[5/100] Microsoft.Extensions.Configuration.dll -> Microsoft.Extensions.Configuration.dll.so
2>[3/100] CommunityToolkit.Maui.Markup.dll -> CommunityToolkit.Maui.Markup.dll.so
2>[61/100] System.Reflection.dll -> System.Reflection.dll.so
2>[6/100] Microsoft.Extensions.Configuration.Abstractions.dll -> Microsoft.Extensions.Configuration.Abstractions.dll.so
2>[7/100] Microsoft.Extensions.DependencyInjection.dll -> Microsoft.Extensions.DependencyInjection.dll.so
2>[62/100] System.Private.Xml.dll -> System.Private.Xml.dll.so
2>[63/100] System.Linq.Queryable.dll -> System.Linq.Queryable.dll.so
2>[64/100] System.Linq.Expressions.dll -> System.Linq.Expressions.dll.so
2>[65/100] System.Reflection.Extensions.dll -> System.Reflection.Extensions.dll.so
2>[66/100] System.Memory.dll -> System.Memory.dll.so
2>[67/100] System.Net.Primitives.dll -> System.Net.Primitives.dll.so
2>[68/100] System.Linq.dll -> System.Linq.dll.so
2>[69/100] System.Net.Mail.dll -> System.Net.Mail.dll.so
2>[70/100] System.Net.Requests.dll -> System.Net.Requests.dll.so
2>[71/100] System.Net.Http.dll -> System.Net.Http.dll.so
2>[72/100] System.ObjectModel.dll -> System.ObjectModel.dll.so
2>[73/100] System.Runtime.CompilerServices.Unsafe.dll -> System.Runtime.CompilerServices.Unsafe.dll.so
2>[4/100] CommunityToolkit.Mvvm.dll -> CommunityToolkit.Mvvm.dll.so
2>[8/100] Microsoft.Extensions.DependencyInjection.Abstractions.dll -> Microsoft.Extensions.DependencyInjection.Abstractions.dll.so
2>[7/100] Microsoft.Extensions.DependencyInjection.dll -> Microsoft.Extensions.DependencyInjection.dll.so
2>[74/100] System.Runtime.Extensions.dll -> System.Runtime.Extensions.dll.so
2>[75/100] System.Security.Cryptography.Primitives.dll -> System.Security.Cryptography.Primitives.dll.so
2>[76/100] System.Runtime.Serialization.Primitives.dll -> System.Runtime.Serialization.Primitives.dll.so
2>[77/100] System.Security.Cryptography.Algorithms.dll -> System.Security.Cryptography.Algorithms.dll.so
2>[78/100] System.Runtime.InteropServices.dll -> System.Runtime.InteropServices.dll.so
2>[79/100] System.Threading.ThreadPool.dll -> System.Threading.ThreadPool.dll.so
2>[5/100] Microsoft.Extensions.Configuration.dll -> Microsoft.Extensions.Configuration.dll.so
2>[9/100] Microsoft.Extensions.Logging.dll -> Microsoft.Extensions.Logging.dll.so
2>[8/100] Microsoft.Extensions.DependencyInjection.Abstractions.dll -> Microsoft.Extensions.DependencyInjection.Abstractions.dll.so
2>[6/100] Microsoft.Extensions.Configuration.Abstractions.dll -> Microsoft.Extensions.Configuration.Abstractions.dll.so
2>[10/100] Microsoft.Extensions.Logging.Abstractions.dll -> Microsoft.Extensions.Logging.Abstractions.dll.so
2>[80/100] System.Threading.dll -> System.Threading.dll.so
2>[81/100] System.Web.HttpUtility.dll -> System.Web.HttpUtility.dll.so
2>[82/100] System.Xml.ReaderWriter.dll -> System.Xml.ReaderWriter.dll.so
2>[83/100] System.Threading.Thread.dll -> System.Threading.Thread.dll.so
2>[84/100] System.Text.RegularExpressions.dll -> System.Text.RegularExpressions.dll.so
2>[85/100] netstandard.dll -> netstandard.dll.so
2>[86/100] System.Security.Cryptography.dll -> System.Security.Cryptography.dll.so
2>[87/100] System.Runtime.dll -> System.Runtime.dll.so
2>[88/100] System.Text.Json.dll -> System.Text.Json.dll.so
2>[89/100] System.Text.Encodings.Web.dll -> System.Text.Encodings.Web.dll.so
2>[90/100] System.dll -> System.dll.so
2>[91/100] Java.Interop.dll -> Java.Interop.dll.so
2>[9/100] Microsoft.Extensions.Logging.dll -> Microsoft.Extensions.Logging.dll.so
2>[11/100] Microsoft.Extensions.Options.dll -> Microsoft.Extensions.Options.dll.so
2>[10/100] Microsoft.Extensions.Logging.Abstractions.dll -> Microsoft.Extensions.Logging.Abstractions.dll.so
2>[7/100] Microsoft.Extensions.DependencyInjection.dll -> Microsoft.Extensions.DependencyInjection.dll.so
2>[12/100] Microsoft.Extensions.Primitives.dll -> Microsoft.Extensions.Primitives.dll.so
2>[11/100] Microsoft.Extensions.Options.dll -> Microsoft.Extensions.Options.dll.so
2>[92/100] Moneris.PaymentGateway.dll -> Moneris.PaymentGateway.dll.so
2>[93/100] Microsoft.Maui.Controls.Xaml.dll -> Microsoft.Maui.Controls.Xaml.dll.so
2>[94/100] Microsoft.Maui.dll -> Microsoft.Maui.dll.so
2>[8/100] Microsoft.Extensions.DependencyInjection.Abstractions.dll -> Microsoft.Extensions.DependencyInjection.Abstractions.dll.so
2>[95/100] Microsoft.Maui.Essentials.dll -> Microsoft.Maui.Essentials.dll.so
2>[96/100] Microsoft.Maui.Controls.Compatibility.dll -> Microsoft.Maui.Controls.Compatibility.dll.so
2>[97/100] Mono.Android.dll -> Mono.Android.dll.so
2>[12/100] Microsoft.Extensions.Primitives.dll -> Microsoft.Extensions.Primitives.dll.so
2>[13/100] Microsoft.Maui.Graphics.dll -> Microsoft.Maui.Graphics.dll.so
2>[9/100] Microsoft.Extensions.Logging.dll -> Microsoft.Extensions.Logging.dll.so
2>[13/100] Microsoft.Maui.Graphics.dll -> Microsoft.Maui.Graphics.dll.so
2>[10/100] Microsoft.Extensions.Logging.Abstractions.dll -> Microsoft.Extensions.Logging.Abstractions.dll.so
2>[98/100] User.dll -> User.dll.so
2>[14/100] MongoDB.Bson.dll -> MongoDB.Bson.dll.so
2>[11/100] Microsoft.Extensions.Options.dll -> Microsoft.Extensions.Options.dll.so
2>[14/100] MongoDB.Bson.dll -> MongoDB.Bson.dll.so
2>[12/100] Microsoft.Extensions.Primitives.dll -> Microsoft.Extensions.Primitives.dll.so
2>[15/100] Realm.dll -> Realm.dll.so
2>[99/100] System.Private.CoreLib.dll -> System.Private.CoreLib.dll.so
2>[100/100] Microsoft.Maui.Controls.dll -> Microsoft.Maui.Controls.dll.so
2>[16/100] Realm.PlatformHelpers.dll -> Realm.PlatformHelpers.dll.so
2>[13/100] Microsoft.Maui.Graphics.dll -> Microsoft.Maui.Graphics.dll.so
2>[15/100] Realm.dll -> Realm.dll.so
2>[16/100] Realm.PlatformHelpers.dll -> Realm.PlatformHelpers.dll.so
2>[17/100] Remotion.Linq.dll -> Remotion.Linq.dll.so
2>[18/100] Xamarin.AndroidX.Activity.dll -> Xamarin.AndroidX.Activity.dll.so
2>[17/100] Remotion.Linq.dll -> Remotion.Linq.dll.so
2>[14/100] MongoDB.Bson.dll -> MongoDB.Bson.dll.so
2>[19/100] Xamarin.AndroidX.AppCompat.dll -> Xamarin.AndroidX.AppCompat.dll.so
2>[18/100] Xamarin.AndroidX.Activity.dll -> Xamarin.AndroidX.Activity.dll.so
2>[20/100] Xamarin.AndroidX.AppCompat.AppCompatResources.dll -> Xamarin.AndroidX.AppCompat.AppCompatResources.dll.so
2>[15/100] Realm.dll -> Realm.dll.so
2>[19/100] Xamarin.AndroidX.AppCompat.dll -> Xamarin.AndroidX.AppCompat.dll.so
2>[21/100] Xamarin.AndroidX.CardView.dll -> Xamarin.AndroidX.CardView.dll.so
2>[20/100] Xamarin.AndroidX.AppCompat.AppCompatResources.dll -> Xamarin.AndroidX.AppCompat.AppCompatResources.dll.so
2>[16/100] Realm.PlatformHelpers.dll -> Realm.PlatformHelpers.dll.so
2>[22/100] Xamarin.AndroidX.Collection.dll -> Xamarin.AndroidX.Collection.dll.so
2>[21/100] Xamarin.AndroidX.CardView.dll -> Xamarin.AndroidX.CardView.dll.so
2>[23/100] Xamarin.AndroidX.CoordinatorLayout.dll -> Xamarin.AndroidX.CoordinatorLayout.dll.so
2>[17/100] Remotion.Linq.dll -> Remotion.Linq.dll.so
2>[22/100] Xamarin.AndroidX.Collection.dll -> Xamarin.AndroidX.Collection.dll.so
2>[24/100] Xamarin.AndroidX.Core.dll -> Xamarin.AndroidX.Core.dll.so
2>[18/100] Xamarin.AndroidX.Activity.dll -> Xamarin.AndroidX.Activity.dll.so
2>[23/100] Xamarin.AndroidX.CoordinatorLayout.dll -> Xamarin.AndroidX.CoordinatorLayout.dll.so
2>[25/100] Xamarin.AndroidX.CursorAdapter.dll -> Xamarin.AndroidX.CursorAdapter.dll.so
2>[24/100] Xamarin.AndroidX.Core.dll -> Xamarin.AndroidX.Core.dll.so
2>[19/100] Xamarin.AndroidX.AppCompat.dll -> Xamarin.AndroidX.AppCompat.dll.so
2>[26/100] Xamarin.AndroidX.CustomView.dll -> Xamarin.AndroidX.CustomView.dll.so
2>[25/100] Xamarin.AndroidX.CursorAdapter.dll -> Xamarin.AndroidX.CursorAdapter.dll.so
2>[27/100] Xamarin.AndroidX.DrawerLayout.dll -> Xamarin.AndroidX.DrawerLayout.dll.so
2>[20/100] Xamarin.AndroidX.AppCompat.AppCompatResources.dll -> Xamarin.AndroidX.AppCompat.AppCompatResources.dll.so
2>[26/100] Xamarin.AndroidX.CustomView.dll -> Xamarin.AndroidX.CustomView.dll.so
2>[28/100] Xamarin.AndroidX.Fragment.dll -> Xamarin.AndroidX.Fragment.dll.so
2>[21/100] Xamarin.AndroidX.CardView.dll -> Xamarin.AndroidX.CardView.dll.so
2>[27/100] Xamarin.AndroidX.DrawerLayout.dll -> Xamarin.AndroidX.DrawerLayout.dll.so
2>[29/100] Xamarin.AndroidX.Lifecycle.Common.dll -> Xamarin.AndroidX.Lifecycle.Common.dll.so
2>[22/100] Xamarin.AndroidX.Collection.dll -> Xamarin.AndroidX.Collection.dll.so
2>[28/100] Xamarin.AndroidX.Fragment.dll -> Xamarin.AndroidX.Fragment.dll.so
2>[30/100] Xamarin.AndroidX.Lifecycle.LiveData.Core.dll -> Xamarin.AndroidX.Lifecycle.LiveData.Core.dll.so
2>[29/100] Xamarin.AndroidX.Lifecycle.Common.dll -> Xamarin.AndroidX.Lifecycle.Common.dll.so
2>[23/100] Xamarin.AndroidX.CoordinatorLayout.dll -> Xamarin.AndroidX.CoordinatorLayout.dll.so
2>[31/100] Xamarin.AndroidX.Lifecycle.ViewModel.dll -> Xamarin.AndroidX.Lifecycle.ViewModel.dll.so
2>[30/100] Xamarin.AndroidX.Lifecycle.LiveData.Core.dll -> Xamarin.AndroidX.Lifecycle.LiveData.Core.dll.so
2>[24/100] Xamarin.AndroidX.Core.dll -> Xamarin.AndroidX.Core.dll.so
2>[32/100] Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll -> Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll.so
2>[31/100] Xamarin.AndroidX.Lifecycle.ViewModel.dll -> Xamarin.AndroidX.Lifecycle.ViewModel.dll.so
2>[33/100] Xamarin.AndroidX.Loader.dll -> Xamarin.AndroidX.Loader.dll.so
2>[25/100] Xamarin.AndroidX.CursorAdapter.dll -> Xamarin.AndroidX.CursorAdapter.dll.so
2>[32/100] Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll -> Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll.so
2>[34/100] Xamarin.AndroidX.Navigation.Common.dll -> Xamarin.AndroidX.Navigation.Common.dll.so
2>[26/100] Xamarin.AndroidX.CustomView.dll -> Xamarin.AndroidX.CustomView.dll.so
2>[33/100] Xamarin.AndroidX.Loader.dll -> Xamarin.AndroidX.Loader.dll.so
2>[35/100] Xamarin.AndroidX.Navigation.Fragment.dll -> Xamarin.AndroidX.Navigation.Fragment.dll.so
2>[27/100] Xamarin.AndroidX.DrawerLayout.dll -> Xamarin.AndroidX.DrawerLayout.dll.so
2>[34/100] Xamarin.AndroidX.Navigation.Common.dll -> Xamarin.AndroidX.Navigation.Common.dll.so
2>[36/100] Xamarin.AndroidX.Navigation.Runtime.dll -> Xamarin.AndroidX.Navigation.Runtime.dll.so
2>[35/100] Xamarin.AndroidX.Navigation.Fragment.dll -> Xamarin.AndroidX.Navigation.Fragment.dll.so
2>[28/100] Xamarin.AndroidX.Fragment.dll -> Xamarin.AndroidX.Fragment.dll.so
2>[37/100] Xamarin.AndroidX.Navigation.UI.dll -> Xamarin.AndroidX.Navigation.UI.dll.so
2>[36/100] Xamarin.AndroidX.Navigation.Runtime.dll -> Xamarin.AndroidX.Navigation.Runtime.dll.so
2>[29/100] Xamarin.AndroidX.Lifecycle.Common.dll -> Xamarin.AndroidX.Lifecycle.Common.dll.so
2>[38/100] Xamarin.AndroidX.RecyclerView.dll -> Xamarin.AndroidX.RecyclerView.dll.so
2>[37/100] Xamarin.AndroidX.Navigation.UI.dll -> Xamarin.AndroidX.Navigation.UI.dll.so
2>[30/100] Xamarin.AndroidX.Lifecycle.LiveData.Core.dll -> Xamarin.AndroidX.Lifecycle.LiveData.Core.dll.so
2>[39/100] Xamarin.AndroidX.SavedState.dll -> Xamarin.AndroidX.SavedState.dll.so
2>[38/100] Xamarin.AndroidX.RecyclerView.dll -> Xamarin.AndroidX.RecyclerView.dll.so
2>[31/100] Xamarin.AndroidX.Lifecycle.ViewModel.dll -> Xamarin.AndroidX.Lifecycle.ViewModel.dll.so
2>[40/100] Xamarin.AndroidX.SwipeRefreshLayout.dll -> Xamarin.AndroidX.SwipeRefreshLayout.dll.so
2>[39/100] Xamarin.AndroidX.SavedState.dll -> Xamarin.AndroidX.SavedState.dll.so
2>[32/100] Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll -> Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll.so
2>[41/100] Xamarin.AndroidX.ViewPager.dll -> Xamarin.AndroidX.ViewPager.dll.so
2>[40/100] Xamarin.AndroidX.SwipeRefreshLayout.dll -> Xamarin.AndroidX.SwipeRefreshLayout.dll.so
2>[42/100] Xamarin.AndroidX.ViewPager2.dll -> Xamarin.AndroidX.ViewPager2.dll.so
2>[33/100] Xamarin.AndroidX.Loader.dll -> Xamarin.AndroidX.Loader.dll.so
2>[41/100] Xamarin.AndroidX.ViewPager.dll -> Xamarin.AndroidX.ViewPager.dll.so
2>[43/100] Xamarin.AndroidX.Window.dll -> Xamarin.AndroidX.Window.dll.so
2>[34/100] Xamarin.AndroidX.Navigation.Common.dll -> Xamarin.AndroidX.Navigation.Common.dll.so
2>[42/100] Xamarin.AndroidX.ViewPager2.dll -> Xamarin.AndroidX.ViewPager2.dll.so
2>[44/100] Xamarin.Google.Android.Material.dll -> Xamarin.Google.Android.Material.dll.so
2>[35/100] Xamarin.AndroidX.Navigation.Fragment.dll -> Xamarin.AndroidX.Navigation.Fragment.dll.so
2>[43/100] Xamarin.AndroidX.Window.dll -> Xamarin.AndroidX.Window.dll.so
2>[45/100] Xamarin.Kotlin.StdLib.dll -> Xamarin.Kotlin.StdLib.dll.so
2>[36/100] Xamarin.AndroidX.Navigation.Runtime.dll -> Xamarin.AndroidX.Navigation.Runtime.dll.so
2>[44/100] Xamarin.Google.Android.Material.dll -> Xamarin.Google.Android.Material.dll.so
2>[46/100] Xamarin.KotlinX.Coroutines.Core.Jvm.dll -> Xamarin.KotlinX.Coroutines.Core.Jvm.dll.so
2>[45/100] Xamarin.Kotlin.StdLib.dll -> Xamarin.Kotlin.StdLib.dll.so
2>[37/100] Xamarin.AndroidX.Navigation.UI.dll -> Xamarin.AndroidX.Navigation.UI.dll.so
2>[47/100] System.Collections.Concurrent.dll -> System.Collections.Concurrent.dll.so
2>[46/100] Xamarin.KotlinX.Coroutines.Core.Jvm.dll -> Xamarin.KotlinX.Coroutines.Core.Jvm.dll.so
2>[38/100] Xamarin.AndroidX.RecyclerView.dll -> Xamarin.AndroidX.RecyclerView.dll.so
2>[48/100] System.Collections.Immutable.dll -> System.Collections.Immutable.dll.so
2>[47/100] System.Collections.Concurrent.dll -> System.Collections.Concurrent.dll.so
2>[39/100] Xamarin.AndroidX.SavedState.dll -> Xamarin.AndroidX.SavedState.dll.so
2>[49/100] System.Collections.NonGeneric.dll -> System.Collections.NonGeneric.dll.so
2>[48/100] System.Collections.Immutable.dll -> System.Collections.Immutable.dll.so
2>[50/100] System.Collections.dll -> System.Collections.dll.so
2>[40/100] Xamarin.AndroidX.SwipeRefreshLayout.dll -> Xamarin.AndroidX.SwipeRefreshLayout.dll.so
2>[49/100] System.Collections.NonGeneric.dll -> System.Collections.NonGeneric.dll.so
2>[51/100] System.ComponentModel.Annotations.dll -> System.ComponentModel.Annotations.dll.so
2>[41/100] Xamarin.AndroidX.ViewPager.dll -> Xamarin.AndroidX.ViewPager.dll.so
2>[50/100] System.Collections.dll -> System.Collections.dll.so
2>[52/100] System.ComponentModel.Primitives.dll -> System.ComponentModel.Primitives.dll.so
2>[51/100] System.ComponentModel.Annotations.dll -> System.ComponentModel.Annotations.dll.so
2>[42/100] Xamarin.AndroidX.ViewPager2.dll -> Xamarin.AndroidX.ViewPager2.dll.so
2>[53/100] System.ComponentModel.TypeConverter.dll -> System.ComponentModel.TypeConverter.dll.so
2>[52/100] System.ComponentModel.Primitives.dll -> System.ComponentModel.Primitives.dll.so
2>[43/100] Xamarin.AndroidX.Window.dll -> Xamarin.AndroidX.Window.dll.so
2>[54/100] System.ComponentModel.dll -> System.ComponentModel.dll.so
2>[53/100] System.ComponentModel.TypeConverter.dll -> System.ComponentModel.TypeConverter.dll.so
2>[55/100] System.Console.dll -> System.Console.dll.so
2>[44/100] Xamarin.Google.Android.Material.dll -> Xamarin.Google.Android.Material.dll.so
2>[54/100] System.ComponentModel.dll -> System.ComponentModel.dll.so
2>[56/100] System.Diagnostics.Debug.dll -> System.Diagnostics.Debug.dll.so
2>[45/100] Xamarin.Kotlin.StdLib.dll -> Xamarin.Kotlin.StdLib.dll.so
2>[55/100] System.Console.dll -> System.Console.dll.so
2>[57/100] System.Diagnostics.Process.dll -> System.Diagnostics.Process.dll.so
2>[56/100] System.Diagnostics.Debug.dll -> System.Diagnostics.Debug.dll.so
2>[46/100] Xamarin.KotlinX.Coroutines.Core.Jvm.dll -> Xamarin.KotlinX.Coroutines.Core.Jvm.dll.so
2>[58/100] System.IO.Compression.dll -> System.IO.Compression.dll.so
2>[57/100] System.Diagnostics.Process.dll -> System.Diagnostics.Process.dll.so
2>[47/100] System.Collections.Concurrent.dll -> System.Collections.Concurrent.dll.so
2>[59/100] System.Linq.Expressions.dll -> System.Linq.Expressions.dll.so
2>[58/100] System.IO.Compression.dll -> System.IO.Compression.dll.so
2>[48/100] System.Collections.Immutable.dll -> System.Collections.Immutable.dll.so
2>[60/100] System.Linq.Queryable.dll -> System.Linq.Queryable.dll.so
2>[59/100] System.Linq.Expressions.dll -> System.Linq.Expressions.dll.so
2>[49/100] System.Collections.NonGeneric.dll -> System.Collections.NonGeneric.dll.so
2>[60/100] System.Linq.Queryable.dll -> System.Linq.Queryable.dll.so
2>[50/100] System.Collections.dll -> System.Collections.dll.so
2>[61/100] System.Linq.dll -> System.Linq.dll.so
2>[51/100] System.ComponentModel.Annotations.dll -> System.ComponentModel.Annotations.dll.so
2>[62/100] System.Memory.dll -> System.Memory.dll.so
2>[61/100] System.Linq.dll -> System.Linq.dll.so
2>[52/100] System.ComponentModel.Primitives.dll -> System.ComponentModel.Primitives.dll.so
2>[63/100] System.Net.Http.dll -> System.Net.Http.dll.so
2>[62/100] System.Memory.dll -> System.Memory.dll.so
2>[53/100] System.ComponentModel.TypeConverter.dll -> System.ComponentModel.TypeConverter.dll.so
2>[64/100] System.Net.Mail.dll -> System.Net.Mail.dll.so
2>[63/100] System.Net.Http.dll -> System.Net.Http.dll.so
2>[54/100] System.ComponentModel.dll -> System.ComponentModel.dll.so
2>[65/100] System.Net.Primitives.dll -> System.Net.Primitives.dll.so
2>[64/100] System.Net.Mail.dll -> System.Net.Mail.dll.so
2>[55/100] System.Console.dll -> System.Console.dll.so
2>[66/100] System.Net.Requests.dll -> System.Net.Requests.dll.so
2>[65/100] System.Net.Primitives.dll -> System.Net.Primitives.dll.so
2>[56/100] System.Diagnostics.Debug.dll -> System.Diagnostics.Debug.dll.so
2>[67/100] System.Numerics.Vectors.dll -> System.Numerics.Vectors.dll.so
2>[66/100] System.Net.Requests.dll -> System.Net.Requests.dll.so
2>[68/100] System.ObjectModel.dll -> System.ObjectModel.dll.so
2>[57/100] System.Diagnostics.Process.dll -> System.Diagnostics.Process.dll.so
2>[67/100] System.Numerics.Vectors.dll -> System.Numerics.Vectors.dll.so
2>[69/100] System.Private.Uri.dll -> System.Private.Uri.dll.so
2>[58/100] System.IO.Compression.dll -> System.IO.Compression.dll.so
2>[68/100] System.ObjectModel.dll -> System.ObjectModel.dll.so
2>[70/100] System.Private.Xml.dll -> System.Private.Xml.dll.so
2>[69/100] System.Private.Uri.dll -> System.Private.Uri.dll.so
2>[59/100] System.Linq.Expressions.dll -> System.Linq.Expressions.dll.so
2>[71/100] System.Reflection.Extensions.dll -> System.Reflection.Extensions.dll.so
2>[70/100] System.Private.Xml.dll -> System.Private.Xml.dll.so
2>[60/100] System.Linq.Queryable.dll -> System.Linq.Queryable.dll.so
2>[72/100] System.Reflection.dll -> System.Reflection.dll.so
2>[71/100] System.Reflection.Extensions.dll -> System.Reflection.Extensions.dll.so
2>[73/100] System.Runtime.CompilerServices.Unsafe.dll -> System.Runtime.CompilerServices.Unsafe.dll.so
2>[72/100] System.Reflection.dll -> System.Reflection.dll.so
2>[74/100] System.Runtime.Extensions.dll -> System.Runtime.Extensions.dll.so
2>[61/100] System.Linq.dll -> System.Linq.dll.so
2>[73/100] System.Runtime.CompilerServices.Unsafe.dll -> System.Runtime.CompilerServices.Unsafe.dll.so
2>[75/100] System.Runtime.InteropServices.dll -> System.Runtime.InteropServices.dll.so
2>[74/100] System.Runtime.Extensions.dll -> System.Runtime.Extensions.dll.so
2>[62/100] System.Memory.dll -> System.Memory.dll.so
2>[76/100] System.Runtime.Serialization.Primitives.dll -> System.Runtime.Serialization.Primitives.dll.so
2>[75/100] System.Runtime.InteropServices.dll -> System.Runtime.InteropServices.dll.so
2>[77/100] System.Runtime.dll -> System.Runtime.dll.so
2>[63/100] System.Net.Http.dll -> System.Net.Http.dll.so
2>[76/100] System.Runtime.Serialization.Primitives.dll -> System.Runtime.Serialization.Primitives.dll.so
2>[78/100] System.Security.Cryptography.Algorithms.dll -> System.Security.Cryptography.Algorithms.dll.so
2>[77/100] System.Runtime.dll -> System.Runtime.dll.so
2>[64/100] System.Net.Mail.dll -> System.Net.Mail.dll.so
2>[79/100] System.Security.Cryptography.Primitives.dll -> System.Security.Cryptography.Primitives.dll.so
2>[78/100] System.Security.Cryptography.Algorithms.dll -> System.Security.Cryptography.Algorithms.dll.so
2>[65/100] System.Net.Primitives.dll -> System.Net.Primitives.dll.so
2>[80/100] System.Security.Cryptography.dll -> System.Security.Cryptography.dll.so
2>[79/100] System.Security.Cryptography.Primitives.dll -> System.Security.Cryptography.Primitives.dll.so
2>[66/100] System.Net.Requests.dll -> System.Net.Requests.dll.so
2>[81/100] System.Text.Encodings.Web.dll -> System.Text.Encodings.Web.dll.so
2>[80/100] System.Security.Cryptography.dll -> System.Security.Cryptography.dll.so
2>[67/100] System.Numerics.Vectors.dll -> System.Numerics.Vectors.dll.so
2>[81/100] System.Text.Encodings.Web.dll -> System.Text.Encodings.Web.dll.so
2>[68/100] System.ObjectModel.dll -> System.ObjectModel.dll.so
2>[82/100] System.Text.Json.dll -> System.Text.Json.dll.so
2>[69/100] System.Private.Uri.dll -> System.Private.Uri.dll.so
2>[82/100] System.Text.Json.dll -> System.Text.Json.dll.so
2>[83/100] System.Text.RegularExpressions.dll -> System.Text.RegularExpressions.dll.so
2>[70/100] System.Private.Xml.dll -> System.Private.Xml.dll.so
2>[84/100] System.Threading.Thread.dll -> System.Threading.Thread.dll.so
2>[83/100] System.Text.RegularExpressions.dll -> System.Text.RegularExpressions.dll.so
2>[71/100] System.Reflection.Extensions.dll -> System.Reflection.Extensions.dll.so
2>[85/100] System.Threading.ThreadPool.dll -> System.Threading.ThreadPool.dll.so
2>[84/100] System.Threading.Thread.dll -> System.Threading.Thread.dll.so
2>[72/100] System.Reflection.dll -> System.Reflection.dll.so
2>[86/100] System.Threading.dll -> System.Threading.dll.so
2>[85/100] System.Threading.ThreadPool.dll -> System.Threading.ThreadPool.dll.so
2>[73/100] System.Runtime.CompilerServices.Unsafe.dll -> System.Runtime.CompilerServices.Unsafe.dll.so
2>[87/100] System.Web.HttpUtility.dll -> System.Web.HttpUtility.dll.so
2>[86/100] System.Threading.dll -> System.Threading.dll.so
2>[74/100] System.Runtime.Extensions.dll -> System.Runtime.Extensions.dll.so
2>[88/100] System.Xml.ReaderWriter.dll -> System.Xml.ReaderWriter.dll.so
2>[87/100] System.Web.HttpUtility.dll -> System.Web.HttpUtility.dll.so
2>[89/100] System.dll -> System.dll.so
2>[75/100] System.Runtime.InteropServices.dll -> System.Runtime.InteropServices.dll.so
2>[88/100] System.Xml.ReaderWriter.dll -> System.Xml.ReaderWriter.dll.so
2>[90/100] netstandard.dll -> netstandard.dll.so
2>[76/100] System.Runtime.Serialization.Primitives.dll -> System.Runtime.Serialization.Primitives.dll.so
2>[89/100] System.dll -> System.dll.so
2>[90/100] netstandard.dll -> netstandard.dll.so
2>[77/100] System.Runtime.dll -> System.Runtime.dll.so
2>[91/100] Java.Interop.dll -> Java.Interop.dll.so
2>[78/100] System.Security.Cryptography.Algorithms.dll -> System.Security.Cryptography.Algorithms.dll.so
2>[91/100] Java.Interop.dll -> Java.Interop.dll.so
2>[79/100] System.Security.Cryptography.Primitives.dll -> System.Security.Cryptography.Primitives.dll.so
2>[92/100] Mono.Android.dll -> Mono.Android.dll.so
2>[80/100] System.Security.Cryptography.dll -> System.Security.Cryptography.dll.so
2>[92/100] Mono.Android.dll -> Mono.Android.dll.so
2>[81/100] System.Text.Encodings.Web.dll -> System.Text.Encodings.Web.dll.so
2>[93/100] Microsoft.Maui.dll -> Microsoft.Maui.dll.so
2>[94/100] Microsoft.Maui.Controls.Compatibility.dll -> Microsoft.Maui.Controls.Compatibility.dll.so
2>[93/100] Microsoft.Maui.dll -> Microsoft.Maui.dll.so
2>[82/100] System.Text.Json.dll -> System.Text.Json.dll.so
2>[95/100] Microsoft.Maui.Controls.Xaml.dll -> Microsoft.Maui.Controls.Xaml.dll.so
2>[94/100] Microsoft.Maui.Controls.Compatibility.dll -> Microsoft.Maui.Controls.Compatibility.dll.so
2>[83/100] System.Text.RegularExpressions.dll -> System.Text.RegularExpressions.dll.so
2>[95/100] Microsoft.Maui.Controls.Xaml.dll -> Microsoft.Maui.Controls.Xaml.dll.so
2>[84/100] System.Threading.Thread.dll -> System.Threading.Thread.dll.so
2>[85/100] System.Threading.ThreadPool.dll -> System.Threading.ThreadPool.dll.so
2>[86/100] System.Threading.dll -> System.Threading.dll.so
2>[87/100] System.Web.HttpUtility.dll -> System.Web.HttpUtility.dll.so
2>[88/100] System.Xml.ReaderWriter.dll -> System.Xml.ReaderWriter.dll.so
2>[96/100] Microsoft.Maui.Controls.dll -> Microsoft.Maui.Controls.dll.so
2>[89/100] System.dll -> System.dll.so
2>[96/100] Microsoft.Maui.Controls.dll -> Microsoft.Maui.Controls.dll.so
2>[97/100] Microsoft.Maui.Essentials.dll -> Microsoft.Maui.Essentials.dll.so
2>[90/100] netstandard.dll -> netstandard.dll.so
2>[97/100] Microsoft.Maui.Essentials.dll -> Microsoft.Maui.Essentials.dll.so
2>[98/100] Moneris.PaymentGateway.dll -> Moneris.PaymentGateway.dll.so
2>[98/100] Moneris.PaymentGateway.dll -> Moneris.PaymentGateway.dll.so
2>[91/100] Java.Interop.dll -> Java.Interop.dll.so
2>[92/100] Mono.Android.dll -> Mono.Android.dll.so
2>[99/100] User.dll -> User.dll.so
2>[99/100] User.dll -> User.dll.so
2>[93/100] Microsoft.Maui.dll -> Microsoft.Maui.dll.so
2>[94/100] Microsoft.Maui.Controls.Compatibility.dll -> Microsoft.Maui.Controls.Compatibility.dll.so
2>[95/100] Microsoft.Maui.Controls.Xaml.dll -> Microsoft.Maui.Controls.Xaml.dll.so
2>[100/100] System.Private.CoreLib.dll -> System.Private.CoreLib.dll.so
2>[100/100] System.Private.CoreLib.dll -> System.Private.CoreLib.dll.so
2>[96/100] Microsoft.Maui.Controls.dll -> Microsoft.Maui.Controls.dll.so
2>[97/100] Microsoft.Maui.Essentials.dll -> Microsoft.Maui.Essentials.dll.so
2>[98/100] Moneris.PaymentGateway.dll -> Moneris.PaymentGateway.dll.so
2>[99/100] User.dll -> User.dll.so
2>[100/100] System.Private.CoreLib.dll -> System.Private.CoreLib.dll.so
2>obj\Release\net7.0-android\android\src\crc6477f0d89a9cfd64b1\TextCellRenderer_TextCellView.java(47,3): javac.exe error JAVAC0000:  error: no suitable constructor found for BaseCellView(Context,AttributeSet,int,int)
2>obj\Release\net7.0-android\android\src\crc6477f0d89a9cfd64b1\TextCellRenderer_TextCellView.java(47,3): javac.exe error JAVAC0000:         super (p0, p1, p2, p3);
2>obj\Release\net7.0-android\android\src\crc6477f0d89a9cfd64b1\TextCellRenderer_TextCellView.java(47,3): javac.exe error JAVAC0000:     constructor BaseCellView.BaseCellView(Context) is not applicable
2>obj\Release\net7.0-android\android\src\crc6477f0d89a9cfd64b1\TextCellRenderer_TextCellView.java(47,3): javac.exe error JAVAC0000:       (actual and formal argument lists differ in length)
2>obj\Release\net7.0-android\android\src\crc6477f0d89a9cfd64b1\TextCellRenderer_TextCellView.java(47,3): javac.exe error JAVAC0000:     constructor BaseCellView.BaseCellView(Context,AttributeSet) is not applicable
2>obj\Release\net7.0-android\android\src\crc6477f0d89a9cfd64b1\TextCellRenderer_TextCellView.java(47,3): javac.exe error JAVAC0000:       (actual and formal argument lists differ in length)
2>obj\Release\net7.0-android\android\src\crc6477f0d89a9cfd64b1\TextCellRenderer_TextCellView.java(47,3): javac.exe error JAVAC0000:     constructor BaseCellView.BaseCellView(Context,AttributeSet,int) is not applicable
2>obj\Release\net7.0-android\android\src\crc6477f0d89a9cfd64b1\TextCellRenderer_TextCellView.java(47,3): javac.exe error JAVAC0000:       (actual and formal argument lists differ in length)
2>obj\Release\net7.0-android\android\src\crc6477f0d89a9cfd64b1\TextCellRenderer_TextCellView.java(47,3): javac.exe error JAVAC0000:
2>Done building project "User.csproj" -- FAILED.
========== Build: 1 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
========== Build started at 19:23 and took 02:27.390 minutes ==========
========== Deploy: 0 succeeded, 0 failed, 0 skipped ==========
========== Deploy started at 19:23 and took 02:27.392 minutes ==========

Steps to Reproduce

The issue does not reproduce on new Repository. This shows up in the specific project I am developing. It's a large project and it is difficult to pinpoint the actual code causing this.

Link to public reproduction project repository

Unable to reproduce on other repository

Version with bug

7.0.86

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

Android 13

Did you find any workaround?

No

Relevant log output

No response

arahmancsd commented 1 year ago

I had a similar situation with iOS. My app was crashing in release mode but was running perfectly in debug mode. I created an empty project with all the packages from csproj file (an empty copy of my project with all the packages). I found that the app was crashing because of a recent update on the Community MVVM package (8.2.0). I downgraded the package to (8.1.0) and the build/run was successful.

HobDev commented 1 year ago

@arahmancsd Thank you for the comment. I downgraded the Community MVVM package. But it doesn't remove the error. Than I upgraded the Community MVVM package to the latest and downgraded the Realm package. Downgrading Realm causes several new errors "Realm is a namespace but used like a type". I again upgraded the Realm package to the latest and now the Android build is not crashing. The original error has gone. To sum up I don't know the cause and solution of the bug I reported. Leaving this issue open so that some one with know how inform us about the cause and solution in order to avoid this issue in the future.

jeanhibbert commented 1 year ago

I am having the same issue when attempting to test a release version of the dot net maui app on my Android phone (Android 13.0) :

Severity Code Description Project File Line Suppression State Error JAVAC0000 error: no suitable constructor found for BaseCellView(Context,AttributeSet,int,int) super (p0, p1, p2, p3); constructor BaseCellView.BaseCellView(Context) is not applicable (actual and formal argument lists differ in length) constructor BaseCellView.BaseCellView(Context,AttributeSet) is not applicable (actual and formal argument lists differ in length) constructor BaseCellView.BaseCellView(Context,AttributeSet,int) is not applicable (actual and formal argument lists differ in length) ArchonPortfolio ...\obj\Release\net7.0-android\android\src\crc6477f0d89a9cfd64b1\TextCellRenderer_TextCellView.java 47

arahmancsd commented 1 year ago

@jeanhibbert solution-wise, try to downgrade/upgrade your packages. I don't know the exact package name causing this, It could be maui/mvvm toolkit or any other package incompatible with both.

moljac commented 12 months ago

I would suggest experiment with linking

  1. turn off (disable) linking in Release
  2. if 1st step does not crash - enable linking but tune it https://learn.microsoft.com/en-us/aspnet/core/blazor/host-and-deploy/configure-linker?view=aspnetcore-3.1#control-linking-with-a-configuration-file
ghost commented 10 months ago

Hi @HobDev. We have added the "s/needs-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.

mattleibow commented 10 months ago

@HobDev is this still happening?

Can you also attach a binlog? https://aka.ms/binlog

If the app/files/project/environment contains sensitive information, please open a new issue using the VS feedback and attach the binlog there to ensure all the privacy is preservedc.

ghost commented 10 months ago

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate.

Awesomer9561 commented 10 months ago

My android app also crashes just after installing (Only in release mode). It shows the splashscreen for a split second and then crashes. I am also not able to get any logs. Any suggestions on where and how I can check application logs.?