Skip to content

Android library for building poc plugin apps that work with the Android mobile client.

License

Notifications You must be signed in to change notification settings

SanaMobile/sana.plugin-library-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sana.plugin-library-android

Android library for building poc plugin apps that work with the Android mobile client.

What's in here

The libary code is in the PluginAndroidLibrary folder.

Prerequisite

  • Android Studio
  • JDK 7
  • Android SDK 19
  • Android Build Tools 19.1

How to import the library

This section assumes that the Android app's project directory and the Library's project directory are in the same parent directory.

  1. In the app's settings.gradle file, add the following lines:
include ':PluginAndroidLibrary:plugin_android_library'
project (':PluginAndroidLibrary:plugin_android_library').projectDir = new File(settingsDir, '../PluginAndroidLibrary/plugin_android_library')
  1. In app folder, build.gradle Add to the dependencies
compile project(path: ':PluginAndroidLibrary:plugin_android_library')

About

Android library for building poc plugin apps that work with the Android mobile client.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages