Hi Guys,

Iam trying to build android source for omap3430 platform.
After doing all necessary preparations as listed in
source.android.com
and proceeding to build, i have encountered some java related
exception.
I tried googling for some solution, but ended with none.

Here is the error:

target Jar: core (out/target/common/obj/JAVA_LIBRARIES/
core_intermediates/javalib.jar)
============================================
TARGET_PRODUCT=ldp1
TARGET_SIMULATOR=
TARGET_BUILD_TYPE=release
TARGET_ARCH=arm
TARGET_OS=linux
HOST_ARCH=x86
HOST_OS=linux
HOST_BUILD_TYPE=release
BUILD_ID=TC3
============================================
host SharedLib: libSR_Session (out/host/linux-x86/obj/lib/
libSR_Session.so)
Install: out/host/linux-x86/lib/libSR_AcousticModels.so
Install: out/host/linux-x86/lib/libSR_AcousticState.so
Install: out/host/linux-x86/lib/libSR_Grammar.so
Install: out/host/linux-x86/lib/libSR_Nametag.so
host Executable: make_g2g (out/host/linux-x86/obj/EXECUTABLES/
make_g2g_intermediates/make_g2g)
Install: out/host/linux-x86/lib/libSR_Recognizer.so
true
host Executable: emulator (out/host/linux-x86/obj/EXECUTABLES/
emulator_intermediates/emulator)
host Executable: dictTest (out/host/linux-x86/obj/EXECUTABLES/
dictTest_intermediates/dictTest)
true
host Executable: make_cfst (out/host/linux-x86/obj/EXECUTABLES/
make_cfst_intermediates/make_cfst)
true
host Executable: make_ve_grammar (out/host/linux-x86/obj/EXECUTABLES/
make_ve_grammar_intermediates/make_ve_grammar)
true
host Executable: parseStringTest (out/host/linux-x86/obj/EXECUTABLES/
parseStringTest_intermediates/parseStringTest)
true
host Executable: test_g2g (out/host/linux-x86/obj/EXECUTABLES/
test_g2g_intermediates/test_g2g)
true
host Executable: test_swiarb (out/host/linux-x86/obj/EXECUTABLES/
test_swiarb_intermediates/test_swiarb)
true
target Java: core-tests (out/target/common/obj/JAVA_LIBRARIES/core-
tests_intermediates/classes)
true
target Package: framework-res (out/target/product/ldp1/obj/APPS/
framework-res_intermediates/package.apk)
Exception in thread "main" java.lang.NoClassDefFoundError:
com.android.signapk.SignApk
   at java.lang.Class.initializeClass(libgcj.so.81)
Caused by: java.lang.ClassNotFoundException:
sun.security.x509.AlgorithmId not found in
gnu.gcj.runtime.SystemClassLoader{urls=[file:out/host/linux-x86/
framework/signapk.jar], parent=gnu.gcj.runtime.ExtensionClassLoader
{urls=[], parent=null}}
   at java.net.URLClassLoader.findClass(libgcj.so.81)
   at gnu.gcj.runtime.SystemClassLoader.findClass(libgcj.so.81)
   at java.lang.ClassLoader.loadClass(libgcj.so.81)
   at java.lang.ClassLoader.loadClass(libgcj.so.81)
   at java.lang.Class.initializeClass(libgcj.so.81)
make: *** [out/target/product/ldp1/obj/APPS/framework-
res_intermediates/package.apk] Error 1
make: *** Waiting for unfinished jobs....
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

How to fix this?
I'll really appreciate any help...

Thanks in Advance,
Phani.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to