Nectroid source code
(C) 2010, 2012 Kevin Vance <kvance@kvance.com>

Distribute under the terms of the GNU GPL v3.


NOTE: ic_menu_refresh.png is Copyright (C) The Android Open Source
      Project.

NOTE: Nectroid uses libmad Copyright (C) 2000-2004 Underbit Technologies, Inc.
      distributed under the GNU GPL v2 or higher.


Nectroid requires the Android SDK and the NDK to build.


Build instructions:
$ android update project -n Nectroid -p .

$ cd jni
$ ndk-build
$ cd ..

$ ant debug


Have fun!
-- kvance
