Mendix Mobile Build Locally Does Not Work

0
Hello community,   I am facing with an issue building native mobile locally using the Mendix Native Mobile Builder tool following the instruction in this documentation. The tool keeps asking for configuring the cloud services (Github), but I want to build the app locally using Android Studio. According to the documentation, there is an Advanced option to define the directory to save the source code to be used by Android Studio and build the actual app.   The below is  Mendix Native Mobile Builder v.1.0.136, it does not have the Advanced option.   I have done all installation for Android SDK, platform tools, Android Studio, but does not know why the tool does not allow me to choose the Advanced option   Here is the expected result   Thank you!
asked
2 answers
0

Seems like the native config is broken. You could register a ticket with Mendix support to get it fixed, but if you have not yet done a build or don't mind starting fresh, close your Studio Pro project, delete the folder nativemobile in your project folder and start fresh

 

Also make sure your Mendix projects are not on a cloud synced documents folder like your home folder or 'My Documents'. This does not only apply for native mobile builds, Mendix projects should not be on such folders but on plain local only folders. I use C:\Mendix to put my projects in, a subfolder for each project of course

answered
0

Hi Pham,

Please follow this article.

https://medium.com/@mohammad.saqib_1262/how-to-make-an-apk-using-mendix-e1ed2c6d27e1

answered