im using Intel XDK, once you get used to it, its fairly simple. With XDK you have the choice to build the APK with Crosswalk or "normal" Android, normal android build runs on webview, means the browser engine that comes with android, while crosswalk will add chromium to your apk and that will execute your game.
Webview can be very slow or buggy on different devices/os versions, while crosswalk will perform better on many of these devices but it will also be like 50MB more when installed. Best is to test both build options against each other on a weak device.