So I've downloaded a bundle from teamtreehouse and I've tried installing it, but I'm having some problems. When I execute initial_setup, this is what I see:
C:\android>REM Create a new AVD
C:\android>echo "Creating a new AVD..."
"Creating a new AVD..."
C:\android>echo no | .\sdk\tools\android create avd -n Android44 -t 1 --force
'"\java.exe"' is not recognized as an internal or external command,
operable program or batch file.
'xcopy' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
ERROR: SWT folder '' does not exist.
Please set ANDROID_SWT to point to the folder containing swt.jar for your platfo
rm.
C:\android>echo "AVD created."
"AVD created."
C:\android>pause
Press any key to continue . . .
I did some research and mostly what I saw is changing the path, I tried it but it still gives me the same results.