You can help translate here. If your language isn't on the list, open an issue and I can add it.
To build you will need:
- A Java compiler compatible with Java 1.6
- The Android SDK with platform 16 (JellyBean) installed
android update project --path .
to generate local.propertiesant debug
to build the APK at bin/VanillaMusic-debug.apk- Optional:
ant installd
to install the APK to a connected device
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.
Javadocs can be generated using ant doc