problem with apk file

1
Hello, so i have been trying to deploy our application as a native app apk file based on this documentation that we are following https://docs.mendix.com/howto/mobile/deploying-native-app, however when ever we try to run the installed apk file we come across this error message. And beside of it is my native app page which currently doesn’t contain anything, it displays no error in mendix but only when opening the apk file. It also shows no problems when running on the make it native application.
asked
2 answers
0

Try debugging the app using logcat to see what error occurs when you start the app. For the tutorial please visit: 
https://docs.mendix.com/howto/mobile/native-debug#4-1-using-android-logcat

answered
0

If your runtime URL is pointing to the Mendix Cloud (i.e. Sandbox) than make sure your latest revision is also deployed to the cloud.

answered