Skip to content

cloudcopy/app

Repository files navigation

Seafile Android Client Build Status

The application has been published onto Google Play for easy access:

Get it on Google Play

Build the APK

  • Make sure you have installed Java Development Kit 6 or 7
  • Make sure you have installed Maven 3.1.1+
  • Make sure you have installed the Android SDK then:
export ANDROID_HOME=<android SDK location>
export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
echo "y" | android update sdk -a --filter tools,platform-tools,build-tools-20.0.0,android-19 --no-ui --force
cd /tmp/
git clone https://github.com/mosabua/maven-android-sdk-deployer.git
cd maven-android-sdk-deployer
mvn clean install -pl platforms/android-19
  • Return in seadroid directory and build the APK with:
mvn clean package

You will get target/seadroid.apk after the build finishes.

Develop in Intellij IDEA/Eclipse

Android Dependencies

Build

Now you can build seadroid in Intellij IDEA/Eclipse.

Internationalization

Contribute your translation

Please submit translations via Transifex: https://www.transifex.com/projects/p/seafile-client/

Steps:

  1. Create a free account on Transifex (https://www.transifex.com/).
  2. Send a request to join the language translation.
  3. After accepted by the project maintainer, then you can upload your file or translate online.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 17

Languages