Hello ,
I am installing HAT 1.10.4,
Followed this link "How to install Hybrid Application Toolkit (HAT) on Windows (part 1 of 3)"
following are components downloaded :
git version 2.7.0.windows.1 ; node -v : v0.12.7 ;npm -v :2.11.3 ;cordova -v :5.2.0 ;kapsel -v : 3.10.4 .
Started setup , all environment variables assigned as given in link, now stuck on Step 1 sub step 5
Cordova Build Android Project
Cordova project creation is complete.
The android for Cordova is added.
Cordova build platform: android done.
ERROR:
Cordova search plugin failure: you must configure the HTTP(S) proxy correctly. Ensure you:
1. Plugman
plugman config set proxy http://proxy.company.com:8080
plugman config set https-proxy http://proxy.company.com:8080
2. or set the environment variables, e.g.
Set the environment variable: e.g. http://proxy.company.com:8080
Set the environment variable: e.g. http://proxy.company.com:8080
I am using proxy and tried both options mentioned above and restarted my laptop.
Please provide help ,Thanks in advance.