Skip to content

Automatically exported from code.google.com/p/quake2android

Notifications You must be signed in to change notification settings

FeltonLyndon/quake2android

Repository files navigation

### automatic way : eclipse integration

install eclipse
install ADT plugin
install CDT plugin
install subclipse plugin

from eclipse :

add SVN repository https://quake2android.googlecode.com/svn

checkout trunk as a project in workspace



### OR manual way :

svn checkout https://quake2android.googlecode.com/svn/trunk/ quake2android

cd quake2android

ndk-build V=1

android update project -t "android-4" -p .

ant install

### other usefull commands

ant debug

adb uninstall com.jeyries.quake2

adb install bin/Quake2-debug.apk