Skip to content

Fork of the open source music player for android known as Vanilla, adds a playlist and modifies album queuing order.

Notifications You must be signed in to change notification settings

ethan2zhong/vanilla-music-android

 
 

Repository files navigation

Vanilla Music Player is a music player for Android

To build:

  • Ensure you have JDK 6 or greater installed and in the path. JDK 6 is required for @Override annoations for interface methods.
  • Ensure you have the Android SDK installed and in your path with platform android-11 or higher installed.
  • Execute android update project --path . You must provide a --target parameter as well if you are not using platform 14.
  • Execute ant debug (or ant release)

Javadocs can be generated using ant doc

About

Fork of the open source music player for android known as Vanilla, adds a playlist and modifies album queuing order.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.9%
  • Shell 0.1%