Relative Content

Tag Archive for androidmaui

Issue with Page Moving Up and Screen Visibility in MAUI Android

We have encountered an issue in my MAUI Android application that I hope someone can help me resolve. When the on-screen keyboard appears, the entire page moves up, but when the keyboard is dismissed, the page does not return to its original position, leaving a portion of the previous screen visible where the keyboard was.

how to restart killed application

I implemented android foreground service to restart killed application. So my service monitor logs using READ_CALL_LOG permission and if it is found that my application is not running (killed) and should start new Main Activity.
Unfortunately the timer callback function stop to work when application killed – there is no logging anymore.
in process monitor I see that service is running and even application started but it is not shown in user’s desktop.
What could be used for implement auto-restart for killed critical MAUI application?

Publish error for android cannot find file Release/net8.0-android/android-arm/linked/shrunk/_Microsoft.Android.Resource.Designer.dll

I have a .NET 8.0 MAUI app that I am trying to publish for Google store. The app will compile and run successfully in debug mode but when I try to build the .aab I get the following error:
error XABBA7023: System.IO.DirectoryNotFoundException: Could not find a part of the path ‘/Users/me/Projects/myproject/aspnet-core/src/MyProject.Maui/obj/Release/net8.0-android/android-arm/linked/shrunk/_Microsoft.Android.Resource.Designer.dll’.

Publish error for android cannot find file Release/net8.0-android/android-arm64/linked/shrunk/_Microsoft.Android.Resource.Designer.dll

I have a .NET 8.0 MAUI app that I am trying to publish for Google store. The app will compile and run successfully in debug mode but when I try to build the .aab I get the following error:
error XABBA7023: System.IO.DirectoryNotFoundException: Could not find a part of the path ‘/Users/me/Projects/myproject/aspnet-core/src/MyProject.Maui/obj/Release/net8.0-android/android-arm/linked/shrunk/_Microsoft.Android.Resource.Designer.dll’.