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 Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to