Check the Android Developers group... This group doesn't really deal with building the Android source. It is mostly for creating SDK applications.
---------------------------------------------------------------------- There are only 10 types of people in the world... Those who know binary and those who don't. ---------------------------------------------------------------------- On Thu, Dec 10, 2009 at 2:26 AM, mundou <[email protected]> wrote: > Hi, all! > > I'm building android platform source code on Fedora 11, with > jdk1.5.0_21. I used git to get the entire project from /platform/ > manifest.git. When I build the source, it fails with the following > message: > > Install: out/host/linux-x86/framework/dx.jar > Copy: dx (out/host/linux-x86/obj/EXECUTABLES/dx_intermediates/dx) > Install: out/host/linux-x86/bin/dx > target Dex: core > Exception in thread "main" java.lang.NoClassDefFoundError: > com.android.dx.command.Main > at gnu.java.lang.MainThread.run(libgcj.so.10) > Caused by: java.lang.ClassNotFoundException: > com.android.dx.command.Main not found in > gnu.gcj.runtime.SystemClassLoader{urls=[], > parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}} > at java.net.URLClassLoader.findClass(libgcj.so.10) > at gnu.gcj.runtime.SystemClassLoader.findClass(libgcj.so.10) > at java.lang.ClassLoader.loadClass(libgcj.so.10) > at java.lang.ClassLoader.loadClass(libgcj.so.10) > at gnu.java.lang.MainThread.run(libgcj.so.10) > make: *** [out/target/common/obj/JAVA_LIBRARIES/core_intermediates/ > classes.dex] error 1 > > It seems that someone has met this kind of error before but > unfortunately no solution is provided. Can somebody kindly give me > some advice to this? > > Thanks very much, mundou > > -- > 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]<android-beginners%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-beginners?hl=en -- 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

