I'm using MFP Fondation 7.1 to develop an android hybrid application with :
mfp cordova create
But i wonder how to build my .apk with no emulator or device?
Is there an other way than :
mfp cordova run
mfp cordova emulate
?
And is there a way to build in release mode?