I would prefer to just use openjdk-6-jdk (version 6b20-1.9.1-1ubuntu3). But I'm just starting the Android SDK installation, so if sun java is really needed, I suppose now is the time to install it. Any advice?
feedback
|
|
I'm using JDK for working on Android and it's fine :)
And eclipse plugin too :) | |||
|
feedback
|
|
I tried it and it is working. I built and ran my project without any errors. (If I encounter errors in the future, I'll know to try the Sun JDK.) Thanks for the feedback. BTW, I'm running Ubuntu 10.10, and Eclipse Helios Service Release 1 Build id: 20100917-0705 My project targets Android 2.2. It works so far. | |||
|
feedback
|
The Dalvik cross-compiler expects Sun bytecode and will fail with OpenJDK-generated class files, by all reports. Also, I'm not sure if there are any issues with other tools, such as the Eclipse ADT plug-in. You are welcome to try it, though. | |||
|
feedback
|
|
My guess is it will work but I do not recommend using open JDK. Sun SDK is much better and you know it definitely works... | |||||
|
feedback
|
|
Checking build tools versions... You are attempting to build with the incorrect version of java. Your version is: java version "1.6.0_22". The correct version is: Java SE 1.6. ... How do I get past this stage? (sorry for being no0b). Cheers, | |||||
feedback
|