Web/Ionic

[Error] An error occurred while running subprocess cordova.

__bo0o_ 2020. 11. 29. 23:06

해결법: gradle 다운 받아서 C드라이브 안에 넣고, 환경 변수 설정

 

1. Gradle 다운

gradle.org/install/

 

Gradle | Installation

Install the Gradle build tool on Linux, macOS or Windows, either manually or using a package manager like SDKMAN! or Homebrew.

gradle.org

 

2. 환경 변수 설정

1) 폴더 생성

2) 환경 변수 설정

 

시스템 변수 - 새로 만들기

변수 이름: GRADLE_HOME

변수 값: C:\Gradle\gradle-6.7.1

 

시스템 변수 Path - 편집 - 새로 만들기

%GRADLE_HOME%\bin

 

 

참고

stackoverflow.com/questions/43480076/ionic-2-error-could-not-find-an-installed-version-of-gradle-either-in-android