Hello,
Is it possible to use the OpenJDK instead the Sun closed jre to
develop android applications?
What are your experiences?
I use OpenJDK 6 in Ubuntu, I've had no problems so far.
Obviously the Android platform only officially supports the Sun
implementation (http://developer.android.com/sdk/1.1_r1/requirements.html),
so if you encounter unusual compilation problems it pays to have the
Sun JDK available somewhere just to rule out JDK issues.
Hi,
Of course you can. I only use open-jdk for my Java development and I don't
have any problem at all. Try it without a doubt.