Hey! I am doing my first mobile game on Construct for real, and I'm having some issues exporting it to Apk.
First of all, I export it to Cordova, then I cmd 'cordova create [GameName com.[GameName] [GameName]' and 'cordova platforms add android'. So I open it on AndroidStudio, build without any error, but when I execute it on the Virtual Device or after I export my apk to my physical smartphone, it only crashes, doesn't appear nothing.
Anyone can help me please?