Csound Csound-dev Csound-tekno Search About

[Csnd] csound android samples build app won't

Date2013-11-13 20:47
FromBrian Redfern
Subject[Csnd] csound android samples build app won't
Ok while I still get a bunch of error messages trying to build Csound Android from source I found I could get the examples to builld when loading the entire directory of samples, csound android and the csdplayer into Eclipse. It looks like the examples pull in a jar of the csound library, when I follow the PDF directions on Ubuntu 13.04 I'm getting the same error that CsoundAndroid.apk can't be found, but strangely all the examples build and load in the examples app and run on my phone from Eclipse without a problem. Very frustrating because eclipse reports my app code all works fine, so I should have a great example for my csound journal article except for this show stopper.

Date2013-11-13 22:36
FromJacques Leplat
SubjectRe: [Csnd] csound android samples build app won't
This is a bit strange, as CsoundAndroid is a library project and does not create an  apk. could it be that you're importing the projects incorrectly into eclipse? the are two ways to import projects into eclipse, one is to import a project, the other is to import an android project. i can't say 100%, but i think i imported them as plain eclipse projects, not android projects.

hope this helps!

Jacques 

> On 13 Nov 2013, at 20:47, Brian Redfern  wrote:
> 
> Ok while I still get a bunch of error messages trying to build Csound Android from source I found I could get the examples to builld when loading the entire directory of samples, csound android and the csdplayer into Eclipse. It looks like the examples pull in a jar of the csound library, when I follow the PDF directions on Ubuntu 13.04 I'm getting the same error that CsoundAndroid.apk can't be found, but strangely all the examples build and load in the examples app and run on my phone from Eclipse without a problem. Very frustrating because eclipse reports my app code all works fine, so I should have a great example for my csound journal article except for this show stopper.