ERROR: SWT folder '' does not exist. Please set ANDROID_SWT after SDK update
Sometime after updating the SDK we get this error
Problem :ERROR: SWT folder '' does not exist. Please set ANDROID_SWT
Go to windows environment variables settings, create a new(if it already exists, edit the old one) variable with the name: JAVA_HOME
and value to your installed JDK path like:C:\Program Files\Java\jdk1.7.0_45\
and also add this to end of your path variable: %JAVA_HOME%/bin
and restart the CMD.
It will work!!
Comments
Post a Comment