Hlo,
To investigate this issue, you can use Android Studio to capture detailed error logs from your mobile device.
Steps to Check the Error Using Android Studio:
- Download and install Android Studio on your laptop or desktop.
- Enable Developer Options on your mobile device.
- Inside Developer Options, enable USB Debugging.
- Connect your mobile device to your laptop using a USB data cable.
- On your mobile device, select File Transfer mode when prompted.
- Open Android Studio and navigate to Logcat.
- In Logcat, select your connected device from the top-left device list.
- Launch your Mendix mobile app on the device.
- If any errors occur, the detailed error logs will appear in the Logcat console.
- For more accurate results, use the Filter by Application ID option to display logs specific to your app.
Using Logcat helps identify the root cause of crashes, build issues, or runtime errors more effectively.