Please make sure you do not have any alternatives on GCJ! # ls /etc/alternatives -l | grep gcj
I am sure you still have keytool, jar and other JDK tools set to GCJ. Set it properly: http://lukas.zapletalovi.com/blog:jak_nainstalovat_javu_6_v_ubuntu_debianu Then delete .android directory (it contains non-valid keytool file) and recreate your projects. Youre done. ps - Google developers - please add a keytool program version check or use this via Java API directly LZ frma71 napsal(a): > Hello, > > I'm trying to follow the tutorial to create and build the HelloAndroid > example, unfortunately I get > "Error generating final archive: null HelloAndroid Unknown" in the > Problems view when trying to build/run. I've tried both with eclipse- > java-europa-winter-linux-gtk.tar.gz and clipse-java-ganymede-linux- > gtk.tar.gz using jdk/jre: > > % dpkg -l |grep java6 > ii sun-java6-bin 6-07-4 > Sun Java(TM) Runtime Environment (JRE) 6 > ii sun-java6-jdk 6-07-4 > Sun Java(TM) Development Kit (JDK) 6 > ii sun-java6-jre 6-07-4 > Sun Java(TM) Runtime Environment (JRE) 6 > ii sun-java6-plugin 6-07-4 > The Java(TM) Plug-in, Java SE 6 > % > > .. and no gcj: > % dpkg -l |grep gcj > % > > Please help/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

