How to build owncloud android version
To build owncloud android you need a JDK and the Android SDK
Start the SDK Manager and make sure to install the API 19 and API 23 platform and the SDK Build Tools.
Add the ANDROID_SDK_HOME/tools to your PATH.
Git clone the ownCloud android project.
cd android && execute setup_env.sh gradle
gradlew.sh clean build
apk is in the builds/output/apk directory
Comments