- git checkout ui-experimental
- Set
ANDROID_HOME
env variable to your android-sdk folder - Add
$ANDROID_HOME/tools
and$ANDROID_HOME/platform-tools
to thePATH
- Go to application folder, eg.
chanu/app
ant debug
<- to build apk file$ANDROID_HOME/platform-tools/adb.exe -d install -r ./bin/4channer-debug.apk
<- installs apk to usb connected device- Use
ant clean
<- to clean the project
- Download Eclipse ADT
- Open Eclipse
- Import the following projects (
File > Import > Existing Android Code into Workspace
)
chanu/ActionBar-PullToRefresh
chanu/Gallery2
chanu/app
Right click the 4Channer project > Run As > Android Application
to build and install the apk on your connected device or virtual machine