[android-developers] shared library so size versus apk size

2010-09-15 Thread pgil
I would like to know why the size of my shared library .so is bigger than my .apk file generated with Eclipse? Approximatly the so size is twice the apk one. What is strange is after having installed it in the device (2.1 firmware) I checked the size of the apk when I uninstalled it from the device

[android-developers] Shared library symbols are not loaded.

2010-08-10 Thread chetan
Hi All, I have some native code so put the native code in framework/base/ dir of source code and shared library is created for same in out/target/product/generic/system/lib/. Some queries: - Why it has not been created in out/target/product/generic/symbols/ system/lib/. Like other lib

[android-developers] shared library

2010-07-31 Thread sowmya
Hi , I have a static c library which i want to port in android .i have c porting files . i have written jni interface and build shared library combining all above (c porting files,static library ,jni -cpp) Now i have to write ui for this . my doubt is How to build package .can i develop a separate

[android-developers] Shared library

2010-07-29 Thread { Devdroid }
Hi is there a way to build shared library (written in Java so no NDK touched) that can be "linked" at runtime? I do not mean things like OpenIntent nor libraries linked at build time, but say separate apk one can get from market and all other apps can use it like it can be done on other platforms?

[android-developers] Shared library/separate module not found

2008-08-20 Thread deviand
Hello! Anybody knows why do I get the following message in LogCat: >ERROR/PackageManager(47): Package com.R66 requires unavailable shared library >java.awt; ignoring! And at the same time the Console says: >Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY >Please check logcat output fo