Importing Libraries and Code

Create a specific directory structure, within your Eclipse project, containing the library resources needed to compile your Android client code.

  1. In your Sybase Unwired WorkSpace project, create a libs directory.
  2. Copy the following library and JAR files from <UnwiredPlatform_InstallDir>\UnwiredPlatform\MobileSDK\ObjectAPI\Android into the libs directory within your project, using the exact directory structure shown here:
    LibsDirectory
    Note: One of the packaged Android libraries, DataVaultLib.jar, contains a subset of the libraries from ClientLib.jar that are required for using the DataVault API. You can use DataVaultLib.jar as an alternative to ClientLib.jar if you require only the DataVault API from ClientLib.jar in your application.
  3. Select Project > Properties > Java Build Path. On the Libraries tab, add the libraries to the project.