Popularity
4.0
Declining
Activity
0.0
Stable
154
19
91

Code Quality Rank: L1
Programming language: Java
Tags: App    
Latest version: v0.9.10

vanilla alternatives and similar packages

Based on the "App" category.
Alternatively, view vanilla alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of vanilla or a related project?

Add another 'App' Package

README

Translating

You can help translate here. If your language isn't on the list, open an issue and I can add it.

Building

To build you will need:

  • A Java compiler compatible with Java 1.6
  • The Android SDK with platform 15 (Android 4.0.3) installed

Building from command-line

  • android update project --path . to generate local.properties
  • ant debug to build the APK at bin/VanillaMusic-debug.apk
  • Optional: ant installd to install the APK to a connected device

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

Ohloh project page