Nextcloud News Reader – Android App

The Nextcloud News Reader Android App is under AGPLv3 License terms.

Get it on Google Play Get it on F-Droid

How to compile the App

Requirements:

  1. Android Studio

Download and install:

  1. Open cmd/terminal

  2. Navigate to your workspace

  3. Then type in:

git clone --recursive https://github.com/owncloud/News-Android-App.git

for the dev branch:

git clone --recursive https://github.com/owncloud/News-Android-App.git -b dev
  1. Import the Project and start coding!

  2. If you should ever get a Gradle error Configuration with name 'default' not found
    while building, execute following commands in the projects root directory:

git submodule init
git submodule update

GitHub