Segue alguns erros e quais comandos/soluções que encontrei para os mesmos.
Erros ao executar: ionic run android
Erros ao executar: ionic run android
Error: cordovaProject.projectConfig.getFileResources is not a function
Correção: (Testado em: Ubuntu 16.04.2 LTS )
npm install -g cordova@6
cordova platform add android@6
###
Error: Could not find an installed version of Gradle either in Android Studio,
or on your system to install the gradle wrapper. Please include gradle
in your path, or install Android Studio
Correção: (Testado em: Ubuntu 16.04.2 LTS )
Acessar: https://gradle.org/install
Efetuar o download do Gradle: https://gradle.org/releases
Seguir os seguintes procedimentos após o download:
$ mkdir /opt/gradle
$ unzip -d /opt/gradle gradle-3.5-bin.zip
$ ls /opt/gradle/gradle-3.5
LICENSE NOTICE bin getting-started.html init.d lib media
Setando a variável PATH:
$ export PATH=$PATH:/opt/gradle/gradle-3.5/bin
No Windows:
error You can get information on how to open an issue for this project with: error npm bugs ionic-hello-world CORREÇÃO: npm rebuild node-sass | |