After I compiled the subsonic-main, I would like to compile the android apk, subsonic-android.
The main I compiled with:
- Code: Select all
mvn clean install
from the root directory of the source folders.
But this is not possible for the android app because there is no pom.xml in that directory.
There is a build.xml file, I guess this should be used, but can anybodey tell me how? With which command?
