Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialTimothy Collins
494 PointsI cannot launch the AVD manager also my javac still doesnt show anything on the command prompt. i did follow the steps
this is the error message i get when i try to launch the AVD manager in Android studio:
ERROR: SWT folder 'lib\x86_64' does not exist. Please set ANDROID_SWT to point to the folder containing swt.jar for your platform.
1 Answer
Michael McKenna
3,451 PointsClose the project then go to project structure, then you can choose the jdk location from there.
Attila Vago
Courses Plus Student 15,286 PointsAttila Vago
Courses Plus Student 15,286 PointsThis looks like a Windows issue, and to be honest I gave up on Windows when it comes to development a while ago. It's either Linux or Mac. However, that being said, here's a link that may help you out. http://stackoverflow.com/questions/5411238/android-sdk-android-bat-does-not-find-swt-jar-file
Also, don't necessarily follow everything blindly in the course. What you want is basically Android Studio installed and with a SDK's added for your AVD manager. Download the latest Android Studio and update it. It will probably do 2 updates and get you version 1.0 RC4, which is tons better than 0.8.x was. This second option is what I would do. Good luck! ;)