[webkit-dev] JavaScriptCore on Android

2011-07-04 Thread Ericsen Cioffi
Hi, I am trying to use JavaScriptCore in my Android application. I build JavaScriptCore as a static library and I developed a JNI layer to access JSC methods. All my classes compile fine, but at the end of the build process (i guess in the linker action) i got some errors like undefined

[webkit-dev] JavaScripCore on Android

2011-06-30 Thread Ericsen Cioffi
Hi, I hope I make myself clear, but i am sorry for my poor English. I am trying to build the JavaScriptCore (a piece of webkit) as a shared object to use in my Android Application. I got a lot of errors and i corrected them by configuring my Android.mk file. But, now i am getting the following