Page 1 of 1

Build the android app

PostPosted: Wed Jun 22, 2011 11:55 am
by trishikaac
I'd like to build the android app from source.

On the /trunk/subsonic directory I try these commands:

Code: Select all
% ant clean
Buildfile: /home/aurelien/subsonic/trunk/subsonic-android/build.xml

BUILD FAILED
/home/aurelien/subsonic/trunk/subsonic-android/build.xml:49: taskdef class com.android.ant.SetupTask cannot be found
using the classloader AntClassLoader[]

Total time: 0 seconds

% ant release
Buildfile: /home/aurelien/subsonic/trunk/subsonic-android/build.xml

BUILD FAILED
/home/aurelien/subsonic/trunk/subsonic-android/build.xml:49: taskdef class com.android.ant.SetupTask cannot be found
using the classloader AntClassLoader[]

Total time: 0 seconds


Thanks for your help.

PostPosted: Wed Jun 22, 2011 2:50 pm
by sindre_mehus
Try to modify "sdk.dir" in local.properties

PostPosted: Wed Jun 22, 2011 4:16 pm
by trishikaac
Thanks a lot ! Works fine.

First time building an android app this way ^^