cordova - Ionic CLI Build Android Error: Could not find installed version of Gradle -
i developing of android , hybrid application. recently, updated of android-sdk in android studio. realize when build ionic application typing ionic build android. display following error
error: not find installed version of gradle either in android studio, or on system install gradle wrapper. please include gradle in path, or install android studio however, set android_home, pointed upated android-sdk. have problem me build ionic android application before update application
android gradle doesn't work ionic anyhow. wasted 1 full day on it. however, able solve issue below way:
follow manual installation guide here : https://gradle.org/install/#manually
and once you're set setting new gradle path path variable in environment variables, should able build project.
Comments
Post a Comment