Trying to develop app on windows using ionic framework. By following this link:http://ionicframework.com/docs/guide/installation.html
I'm facing this problem while working with the ionic cli.
Error: 'ANDROID_HOME' environment variable is set to non-existent path: E:\Primary Insatalations\adt-bundle-windows-x86_64-20140702\sdk; Try update it manually to point to valid SDK directory.
This my app details
cmd : >ionic info
Cordova CLI: 6.0.0 Ionic Version: 1.2.4 Ionic CLI Version: 1.7.14 Ionic App Lib Version: 0.7.0 OS: Windows 8.1 Node Version: v5.7.0
FYI: No problem with ANDROID_HOME. I configured it in the system variable.
E:\IonicProject\myapp>echo %android_home%
E:\Primary Insatalations\adt-bundle-windows-x86_64-20140702\sdk;
ANDROID_HOME
path variable without blank space? Just changePrimary Insatalations
toPrimary_Insatalations
. Hope this will help, regards! – liuwenzhuang