Vinod Kumar Marupu
Vinod Kumar Marupu

Reputation: 547

Windows 8.1 - ANDROID_HOME' environment variable is set to non-existent path for ionic project

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.

enter image description here

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;

Upvotes: 2

Views: 1233

Answers (1)

Vinod Kumar Marupu
Vinod Kumar Marupu

Reputation: 547

Here I resolved My issues by removing semi-column in android-home at Environment variable.

enter image description here

Upvotes: 1

Related Questions