[android-developers] Re: Sipdroid build problem

2010-12-21 Thread schoetty
Hi, I'm facing a similar problem building sipdroid 2.0.1 from source. Building the java sources works fine but when I'm trying to build the native libraries with the ndk (r5) I get an error: Android NDK: /home/xxx/devel/sipdroid/jni/Android.mk:silkcommon: LOCAL_MODULE_FILENAME must not contain a

[android-developers] Re: Sipdroid build problem

2010-12-16 Thread Apache Technologoes
maxsap gmail.com> writes: > > Thank you a lot Kostya, you have to use -t 8 to build it correctly, > this is a problem posted on a lot of sites but no answer yet, but that > worked I am going to post it on sipdroids forums to help others as > well. > regards maxsap > Hi Folks, Was you able to

[android-developers] Re: Sipdroid build problem

2010-09-24 Thread maxsap
Thank you a lot Kostya, you have to use -t 8 to build it correctly, this is a problem posted on a lot of sites but no answer yet, but that worked I am going to post it on sipdroids forums to help others as well. regards maxsap -- You received this message because you are subscribed to the Google

Re: [android-developers] Re: Sipdroid build problem

2010-09-23 Thread Kostya Vasilyev
Apparently, it needs to be "-t 4" it maybe "-t 8". -- Kostya Vasilyev -- http://kmansoft.wordpress.com 23.09.2010 21:42 пользователь "maxsap" написал: Hi and thanks for the answer,I have installed android 1.5-2.2 sdk's on my computer, I have just checked out the source and followed the build in

[android-developers] Re: Sipdroid build problem

2010-09-23 Thread maxsap
Hi and thanks for the answer,I have installed android 1.5-2.2 sdk's on my computer, I have just checked out the source and followed the build instructions which say to do: android update project -p . -t 2 and then run ant debug,the first step completes ok but on the ant debug I have problems so I r