Android: Keep getting

You must Login before you can answer or comment on any questions.

I'm new to mobile apps as well as using this software. I'm on a Mac OS 10.5.8. I just started with the introduction to this program and have been running into "[ERROR] JDK version 1.5.0_26" when trying to run the HelloWorld sample app and as such, the app won't run on the Android device (Run emulator). Can anyone help?

3 Answers

Did you downloaded the latest version of Android? You must run ./android in you console and update it.

Miguel

The problem is that you specifically need JDK 6 update 10 or higher (but not JDK 7). Note that JDK 6 is also known as 1.6. Once it's installed, you need to ensure that your JAVA_HOME environment variable points to this version.

You may downloaded it here,

Hope this helps

Your Answer

Think you can help? Login to answer this question!