Native app compilation error, with the Make it Native app

0
I have a project in Mendix Studio Pro; it's supposed to be an app for Android and iOS phones. When I compile my app with "Make it Native," it crashes unexpectedly. I've already checked that my app doesn't have any errors, but even so, "Make it Native" keeps closing, and I can't test or see how my app is coming along. What are the alternatives? How can I compile my app now to see how it's working?
asked
1 answers
0

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:

  1. Download and install Android Studio on your laptop or desktop.
  2. Enable Developer Options on your mobile device.
  3. Inside Developer Options, enable USB Debugging.
  4. Connect your mobile device to your laptop using a USB data cable.
  5. On your mobile device, select File Transfer mode when prompted.
  6. Open Android Studio and navigate to Logcat.
  7. In Logcat, select your connected device from the top-left device list.
  8. Launch your Mendix mobile app on the device.
  9. If any errors occur, the detailed error logs will appear in the Logcat console.
  10. 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.


answered