Hello All, My application is integrated with the JavaScriptCore of webkit. It was compiled/linked and working properly for sometime
Today i have updated the source base and saw that there were a lot of changes in JavaScriptCore. In earlier version it was generating a libkjs.a to which i was linking my application. But now it is not generating libkjs.a and generating only libwecore.so combining all object files in webkit directory. So, i tried to link my app with libwebkit.so but got hundreds of linking errors. After a lot of trial i modifed the webkit/Android.mk to generate libwebcore.a instead of libwecore.so. When i link my app with libwebcore.a it successfully builds the binary but the size of the binary is 3MB!! as opposed to the 300K size i was getting with the previous libkjs.a Looks like the new JavaScriptCore is now tightly coupled with webcore and bloating the size of my binary. 1. IS there anyway i can compile JavaScriptCore seperately and link with my APP?? 2. Why am i getting linking errors when i link with libwebcore.so? Raj --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---