8 lines
248 B
Plaintext
8 lines
248 B
Plaintext
Vanilla Music Player is a music player for Android
|
|
|
|
To build, assuming you have the Android SDK installed and in your path:
|
|
android update project --name VanillaMusic --path .
|
|
ant debug (or ant release)
|
|
|
|
Javadocs can be generated using 'ant doc'
|