Skip to content

antony7777/chanu

 
 

Repository files navigation

Build Status

Chanu - 4chan android app

Design document

4chan API

How to build application

Branch

  1. git checkout ui-experimental

Terminal

  1. Set ANDROID_HOME env variable to your android-sdk folder
  2. Add $ANDROID_HOME/tools and $ANDROID_HOME/platform-tools to the PATH
  3. Go to application folder, eg. chanu/app
  4. ant debug <- to build apk file
  5. $ANDROID_HOME/platform-tools/adb.exe -d install -r ./bin/4channer-debug.apk <- installs apk to usb connected device
  6. Use ant clean <- to clean the project

Eclipse

  1. Download Eclipse ADT
  2. Open Eclipse
  3. Import the following projects (File > Import > Existing Android Code into Workspace)
  • chanu/ActionBar-PullToRefresh
  • chanu/Gallery2
  • chanu/app
  1. Right click the 4Channer project > Run As > Android Application to build and install the apk on your connected device or virtual machine

Packages

No packages published

Languages

  • Java 99.6%
  • Other 0.4%