Documentation 1.0.1
Related Topics
Labels
Documentation Downloads
All Versions
Documentation Version 1.0.1
NOTE: You are currently viewing version 1.0.1 of the Akula documentation.
View the latest version of this page or go to the current documentation home page. |
Configuring an Android Development Environment
To configure the Android development environment, add the Akula Android JAR file to the library path of your project. Your development environment must meet the following system requirements:
Type of app | Requirement |
---|---|
Android client apps |
|
To configure the Android development environment:
- Locate the /android-sdk directory in the location where you installed Akula. If you have not done so already, download Akula from Downloads.
- Add the /android-sdk/lib/AkulaAndroid-1.x.y.jar to your Android project, where 1.x.y is the version number of the Akula release.
- Optional - If you want to use the encrypted persistent data store:
- Copy the contents of the /android-sdk/lib/sqlcipher/libs directory to your Android project's
/libs
directory. - Copy the contents of the /android-sdk/lib/sqlcipher/assets directory to your Android project's
/assets
directory.
- Copy the contents of the /android-sdk/lib/sqlcipher/libs directory to your Android project's
0 Comments
Hide/Show Comments