Update README
This commit is contained in:
parent
5a9e8cc5b9
commit
20b1c88b2f
25
README.md
25
README.md
@ -1,13 +1,20 @@
|
|||||||
Vanilla Music Player is a music player for Android
|
Building
|
||||||
|
========
|
||||||
|
To build you will need:
|
||||||
|
|
||||||
To build:
|
* A Java compiler compatible with Java 1.6
|
||||||
|
* The Android SDK with platform 14 (Android 4.0) installed
|
||||||
|
|
||||||
* Ensure you have JDK 6 or greater installed and in the path. JDK 6 is required
|
Building from command-line
|
||||||
for @Override annoations for interface methods.
|
--------------------------
|
||||||
* Ensure you have the Android SDK installed and in your path with platform
|
* `android update project --path .` to generate local.properties
|
||||||
android-11 or higher installed.
|
* `ant debug` to build the APK at bin/VanillaMusic-debug.apk
|
||||||
* Execute `android update project --path .` You must provide a `--target`
|
* Optional: `ant installd` to install the APK to a connected device
|
||||||
parameter as well if you are not using platform 14.
|
|
||||||
* Execute `ant debug` (or `ant release`)
|
|
||||||
|
|
||||||
|
Building from Eclipse
|
||||||
|
---------------------
|
||||||
|
You can also build from Eclipse. Create a new Android Project, choosing "Create project from exisiting source", then set the compiler compliance level to 1.6 in project settings.
|
||||||
|
|
||||||
|
Documentation
|
||||||
|
=============
|
||||||
Javadocs can be generated using `ant doc`
|
Javadocs can be generated using `ant doc`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user