|
BuildingK9
How to build the project
IntroductionK-9 targets Java 1.5. Release builds are currently made on Mac OS X against Apple's javac. Java 1.6isms are not acceptable in the K-9 code. K-9 uses ant for its build process. As of r670, the build is using SDK 1.5 and targeting devices with Android 1.5 (Cupcake). Building with antTo build
sdk-location=/path/to/android_sdk
To install on your simulator or local device# adb install -r bin/K9-debug.apk To build and sign the project for upload to the marketplace
Building with EclipseSee issue 755 for updated info You'll need Eclipse with the Android Development Tools plugin installed. Follow the full directions found here: http://code.google.com/android/intro/installing.html Once you have Eclipse installed, create a new Android project in your workspace. Select the "Create project from existing source" and browse to the location of the source and click Finish. You should see the project in the project explorer window. To install on your simulator or local deviceGo to Run->Run Configurations Click Android Application then click the "new" icon (sheet with plus sign) Change the name to your liking, then click the brows button and select the K9 project. Click OK. On subsequent runs, you can click Run->Run History and then click the name of your Run Configuration. |