grzegorznittner / chanu

Chanu - 4chan for Android
https://play.google.com/store/apps/details?id=com.chanapps.four.activity
GNU General Public License v3.0
74 stars 32 forks source link

Chanu - 4chan android app

Design document

4chan API

How to build application

Requirements

  1. Android Studio Android Studio
  2. Android SDK Platform 23 (Marshmallow)
  3. Android SDK Build-tools 23.0.2
  4. Android Support Library 23.1

Branch

  1. git checkout android-studio

Terminal (using gradle)

  1. Run "./gradlew assemledebug" in the root folder of the project
  2. Navigate to app/build/outputs/apk for the apk to install

Android Studio

  1. Open Android Studio
  2. Import the following projects (File > New > Import Project)
  3. Select source folder and confirm
  4. Run 'app' to install Chanu onto your device
  5. ....
  6. Profit!