SamRock Yup, I meant build the APK. I can't high enough FPS with Intel XDK, but maybe I have to optimize my game more?
Yes Probably.. look for unwanted loops (eg For Each), Events. Use Family for Collision detection. Disable Collision on Objects that dont need to be checked for Collision (eg. Menu, buttons, etc that are inside the game screen)
Also what is the size of your graphics? If you are targeting only Mobile and Tabs, you can resize them to smaller size instead of having HUGE images and scaling them smaller within the game.
Just few things I followed to improve performance on my game