I had a problem creating an android emulator from the command line. When I run the android command, the messages below are displayed.
Launch Android SDK and AVD Manager
SWT folder 'lib \ x86_64' does not exist
Set ANDROID_SWT to specify the folder containing swt.jar for the platform
I'm already:
- Run SDK Setup.exe and demolish android packages
- My environment variables have been changed to point to the tools folder
- Checked that SWT.jar is actually located in lib \ x86_64
I have already successfully installed this in my main development unit. The system that I am installing now runs 64-bit Windows 7 (just like my other development part).
source
share