I have an app that works great in debug mode, but in release mode it does not give an error that prevents it from building, but it gives the following warning:
MSB3073: The command ""C:\Program Files (x86)\Android\android-sdk\platform-tools\adb" -s emulator-5554 uninstall -k "com.companyname.escmsmauiapp"" exited with code 1.
Version:
Android 13-AP I33
Please find below images for debug and release modes. I'm getting data from the database in debug mode, which is working fine, but I'm unable to fetch the data from the database in release mode, where it is working in debug mode.
Debug Mode:
Release Mode:
Please help us fix the issue.
Thanks,