I am getting 3 fatal errors. I installed the android SDK 19 as well. Any ideas???
An error occurred while listing Android targets
C:\\Project\\AngularJS_To
Try to following these steps in order:
Ensure that the Android SDK is installed at %localappdata%/Android/android-sdk
Ensure that Android is updated to the latest API (API 19 at the time of writing)
Ensure the Android SDK path is setup correctly:
Add ADT_HOME as an environment variable and point it to the android-sdk folder
Add to System Path: "%ADT_HOME%\tools;%ADT_HOME%\platform-tools"
Reboot your machine
This should resolve the issue.
*Taken from the "Installing 3rd party software manually" section in the official documentation.