Skip to content

Latest commit

 

History

History
 
 

build-android

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Binary

Download the latest build for Android

Build for Android

$ export ANDROID_SDK=/path/to/android-sdk
$ export ANDROID_NDK=/path/to/android-ndk
$ cd build-android
$ ./build.sh

It will produce the following binaries:

  • mailcore2-android-version.aar

Running example

Copy the binary result of the build (mailcore2-android-version.aar) to mailcore2/example/android/AndroidExample/app/libs.

  • Open the example in Android Studio
  • Tweaks the login and password in the class MessagesSyncManager
  • Then, run it.