If you have cordova version 6.4.0 they messed up android.
You should try to reinstall the platform android.
rm -rf ./patforms ./plugins
ionic platforms add android@6.1.0 ios
ionic state restore --plugins
If you have cordova version 6.4.0 they messed up android.
You should try to reinstall the platform android.
rm -rf ./patforms ./plugins
ionic platforms add android@6.1.0 ios
ionic state restore --plugins