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 trial
Rajat Mhetre
1,797 PointsIssue with Android bundle download from treehouse
Now i replaced the jdk1.6 folder from adt bundle with already downloaded folder jdk 1.7 , from java site. Now after clicking initial setup, it is run ok. But when i click eclipse.exe , I get error message "eclipse exe is not a valid 32bit application". Also eclipse.exe is not having logo. pl help and reply as i am on hold my android.pl give screenshot solution.
4 Answers
Rafael Clemente
1,268 PointsUnzip the bundle once it's downloaded. After it's unzipped, we need to run a small setup script called initial setup. Make sure you unzip or copy this bundle to a good location on your computer because, if you move this bundle after you start using it, then you'll need to run this initial setup script again.
Rafael Clemente
1,268 PointsYou also have to make sure that the Java VM you have installed matches the bittedness of the Eclipse version you are trying to run. If you have a 32 bit VM, you need the 32 bit Eclipse. If you have a 64 bit VM, you need the 64 bit Eclipse.
My recommendation would be to unzip the downloaded zip file into c: \eclipse.
Rajat Mhetre
1,797 PointsNow i replaced the jdk1.6 folder from adt bundle with already downloaded folder jdk 1.7 , from java site. Now after clicking initial setup, it is run ok. But when i click eclipse.exe , I get error message "eclipse exe is not a valid 32bit application". Also eclipse.exe is not having logo. pl help
Ben Jakuben
Treehouse TeacherIf you continue to have trouble with the Treehouse bundle, your best bet will probably be to switch to the bundle from the Android developer site instead. Check out this older Forum post for help.