Ionic cordova run android --device doestn work anymore

cli packages: (/usr/local/lib/node_modules)

    @ionic/cli-utils  : 1.19.1
    ionic (Ionic CLI) : 3.19.1

global packages:

    cordova (Cordova CLI) : 8.0.0

local packages:

    @ionic/app-scripts : 3.1.8
    Cordova Platforms  : android 6.4.0
    Ionic Framework    : ionic-angular 3.9.2

System:

    ios-deploy : 1.9.2
    Node       : v8.4.0
    npm        : 5.6.0
    OS         : macOS High Sierra
    Xcode      : Xcode 9.1 Build version 9B55

Environment Variables:

    ANDROID_HOME : not set

Misc:

    backend : pro

   <plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
    <plugin name="cordova-plugin-splashscreen" spec="^5.0.2" />
    <plugin name="cordova-plugin-ionic-webview" spec="^1.1.16" />
    <plugin name="cordova-plugin-ionic-keyboard" spec="^2.0.5" />
    <plugin name="cordova-plugin-googlemaps" spec="^2.2.5">
        <variable name="API_KEY_FOR_ANDROID" 
         value="i have it" />
        <variable name="API_KEY_FOR_IOS" value="i have it " />
    </plugin>
    <plugin name="cordova-plugin-device" spec="^2.0.1" />
    <plugin name="cordova.plugins.diagnostic" spec="^4.0.1" />
    <plugin name="cordova-plugin-geolocation" spec="^4.0.1">
        <variable name="GEOLOCATION_USAGE_DESCRIPTION" value="Dreamjobs quiere usar tu localización" />
    </plugin>
    <plugin name="cordova-plugin-x-socialsharing" spec="^5.3.1" />
    <plugin name="cordova-plugin-inappbrowser" spec="^2.0.2" />
    <plugin name="cordova-plugin-app-version" spec="^0.1.9" />

Hi there, i was using android@7.0.0 but i switch to 6.4.0 and i have same issue, i use the command ionic cordova run android --device and everything seems to be OK but it takes a lot of time in the end (when is deploying the app to the phone) the app never launch (but it said LAUNCH SUCCESS), the app appear in the phone but as soon i opened it, it crash, i tried with --liveroad and --debug and nothing… i put manuallly the apk into my phone and nothing

ionic cordova platform rm android
ionic cordova platform add android

already did this too, and i start a new project again and nothing

Please share your project files on github. I will check it.