Trac is being migrated to new services! Issues can be found in our new YouTrack instance and WIKI pages can be found on our website.

Changes between Version 1 and Version 2 of GSoC2012/Android/hostbuild


Ignore:
Timestamp:
Jul 17, 2012, 7:39:31 PM (12 years ago)
Author:
michaelz
Comment:

Notes on including the library

Legend:

Unmodified
Added
Removed
Modified
  • GSoC2012/Android/hostbuild

    v1 v2  
    1313== How to use ==
    1414Elcipse outputs an library file. You can simply load it with System.loadLibrary. Then you can use everything im.pidgin.libpurple provides you with. Since this project has no dependency on any Android stuff, it is safe to use on a normal PC and you could deploy your java application you wrote with this library normally.
     15
     16Before loading libpurple call:
     17
     18  System.loadLibrary("im.pidgin.libpurple");
     19  PurpleLibraryLoader.fakeLoad(); /* avoids android loads */
     20
     21Ensure to have the library that was build on your path, e.g. by adding the JVM Argument:
     22  -Djava.library.path=/usr/local/lib:${workspace_loc:im.pidgin.libpurple/X86}
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!