• Skip to primary navigation
  • Skip to content
  • Skip to footer
Ming's Blog
  • Posts
  • Categories
  • Tags
  • About
    Ming Hsieh

    Ming Hsieh

    All Things Technology

    • Website
    • Twitter
    • GitHub

    How to build owncloud android version

    less than 1 minute read

    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

    Updated: March 16, 2016

    Twitter Facebook LinkedIn
    Previous Next

    Comments

    You May Also Enjoy

    Spring Boot Different ways to start an application

    less than 1 minute read

    Spring Boot - Different ways to start an application

    Tracing PWA new content refresh event

    less than 1 minute read

    I was using this wrapper around PWA(Progress Web Apps) APIs register-service-worker and was wondering how does it detect when there is a new build and the pa...

    Setup gitlab ci unit and integration

    4 minute read

    How to setup xcode and macos

    less than 1 minute read

    • Twitter
    • GitHub
    • Feed
    © 2023 Ming's Blog. Powered by Jekyll & Minimal Mistakes.