exit debug mode

Hi, firstly I must say , Fuse’s ability that it debug app on phone and computer at the same time is wonderful .But I am curious about something. I am setting up app on phone with apk file, it’s running with Fuse monitor and need to same wireless IP address still. So when I finish develop this app, if I want to run on my phone as the real user , how can I set up? What kind of changes I need to make ? so How can I end debug mode?

In that case you do an export (aka “a regular build”) rather than a preview build. For Android that would be fuse build -t=android from the command line inside the project directory (or fuse build -t=android -r if you want to autostart it).

It’s documented here: https://www.fusetools.com/learn/fuse#export

Thanks a lot!