Hello everyone,

I am trying to build a separate shared library (based on parts of the
Jackson JSON library) for fast and efficient parsing of large JSON
files/streams, but I could not find any docs (or posts on the inet) as
to how one could do this.

If anyone had some relevant pointers, I would be grateful to see them.

NOTE: I am NOT trying to build a native library (NDK), just a regular
JAVA library to be published separately on the market (like the TTS
library).

Thank you for your help,

-szabolcs

What I have tried so far:
[I.]
1. created a separate project/APK with package="org.codehouse.jackson"
in the manifest, containing my JSON library classes and installed it
in the emulator (installed ok)

2. created a new project/APK with a <uses-library
android:name="org.codehouse.jackson" /> in the manifest and tried
installing it. However, this resulted in: Installation error:
INSTALL_FAILED_MISSING_SHARED_LIBRARY

I have no idea how I can declare/register my package from (1.) as a
shared library under a specific name. ;(

[II.]
I have looked at the source of the TextToSpeech lib, but they seem to
be registering a service, along with intents the 'client' activity can
call. The same is being done everywhere else I looked (e.g. the radar
app).

[III.]
I figured the Maps library would be a good example (no need to call
services/intents there, as far as I know), but after I unzipped the
APK pulled from the emulator, I found binary files only (even the
AndroidManifest.xml file).

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to