Posts

Showing posts from June, 2018

IONIC Build: Failed to find 'ANDROID_HOME' environment variable

Image
Hello All, When we are creating a build at that time, we may face the following issue: $ ionic cordova build android Running command:  /demoApp/hooks/after_prepare/010_add_platform_class.js /demoApp   add to body class: platform-android   ERROR building one of the platforms: Failed to find 'ANDROID_HOME'  environment variable. Try setting it manually.   Failed to find 'android' command in your 'PATH'. Try to update your 'PATH' to include a path to valid SDK directory. You may not have the required environment or OS to build this project Error: Failed to find 'ANDROID_HOME' environment variable. Try setting it manually. Failed to find 'android' command in your 'PATH'. Try to update your 'PATH' to include the path to valid SDK directory. Let us try to fix this issue: First, check whether you have installed Android SDK or not, Install or check to do following steps: Download & unzip the correc...