Install crosswalk with ionic

i have installed crosswalk with ionic in this steep:smiley:

  1. $ ionic browser add crosswalk@10.39.235.15
    and obtain this message: Adding crosswalk browser
    Info
    Cordova CLI v5.0 no longer requires you to use the ionic browser command to get Crosswalk installed
    The ionic browser command will install Cordova Android, the Crosswalk plugin, the whitelist plugin, and the splashscreen plugin for your convenience.
    Due to this, if you need to specify a version of Crosswalk, see this link: https://github.com/crosswalk-project/cordova-plugin-crosswalk-webview#configure
    Enjoy! :slight_smile:
    Added Android
    Added Crosswalk plugin
    Added whitelist plugin
    Added splash screen plugin
    Completed installing Crosswalk

  2. $ ionic add platform android

  3. $ ionic build android

in the outputs obtain:
image
why obtain 4 files?
if testing file android-x86-debug.apk in my device galaxy note 3, compare the message application not installed!!:rage:

i have this configuration:
Cordova CLI: 6.1.1
Gulp version: CLI version 3.9.1
Gulp local:
Ionic CLI Version: 1.7.14
Ionic App Lib Version: 0.7.0
OS: Windows 7 SP1
Node Version: v4.0.0

Those 4 files represent 2 different CPU architecture the armv7 and X86, when you install crosswalk in your project this plugin will generate those 4 file automatically to support different architecture , for your galaxy note 3 use armv7-debug.apk it gonna work fine.