Reputation: 31
The image basically shows it all, it's saying that I don't have the JRE or JDK in the file path, buuuut, thing is, there isn't even a jre fie in there. I have just downloaded and extracted the ADT Bundle from the the android site so everything should be there?
After downloading JDK, I, went to where it downloaded, in the C: drive, and copied the jre7 file to my eclipse file, I then renamed the jre7 to jre.... this presents me with this error, please make sure there are no hard objects around as you may injure yourself if you throw a rage at my stupidity, keep in mind that I am completely new to this stuff, the only partially advanced knowledge I have about computers is a very shallow knowledge of Python.
http://oi42.tinypic.com/mhsuxg.jpg
RESOLVED, after getting the jre I realized that I had a 32-bit pack, so I downloaded the 64-bit and now it works.
Upvotes: 0
Views: 90
Reputation: 5152
error shows that you haven't installed jdk! Download and install Java JDK
if error comes again,then see this question.
Upvotes: 0
Reputation: 11756
No,actually The ADT bundle only provides The Android SDK with Eclipse
and does not give JRE or JDK,you need to manually install JDK from Oracle or some other site and have to add the Installation directory to your %PATH%
environmental variable
For more info go here
Upvotes: 1