I am running into a problem creating an android emulator from the command line. When I run the android command the messages below output.
Starting Android SDK and AVD Manager
SWT folder 'lib\x86_64' does not exist
Please set ANDROID_SWT to point to the folder containing swt.jar for platform
I've already:
- Execute SDK Setup.exe and brought down the android packages
- Modified my environment variables to point to the tools folder
- Verified that the SWT.jar was in fact located in lib\x86_64
I've already successfully set this up on my primary development unit. The system I am installing on now runs 64-bit Windows 7 (same as my other development unit).