[Csnd] Compiling csound android examples?
Date | 2014-03-18 19:22 |
From | Paul Batchelor |
Subject | [Csnd] Compiling csound android examples? |
Hello list, Thanks, Paul |
Date | 2014-03-18 20:45 |
From | Victor Lazzarini |
Subject | Re: [Csnd] Compiling csound android examples? |
Not very difficult if you have your devel environment set up correct as per the android devel site. ======================== Dr Victor Lazzarini Senior Lecturer NUI Maynooth, Ireland victor dot lazzarini at nuim dot ie On 18 Mar 2014, at 19:22, Paul Batchelor |
Date | 2014-03-18 21:00 |
From | Steven Yi |
Subject | Re: [Csnd] Compiling csound android examples? |
Hi Paul, It's fairly easy. You should download Eclipse, install the Android Development plugin, then install Android SDK's with the Android manager. After that, download the Csound for Android SDK and unzip it. Load the CsoundAndroid and CsoundAndroidExamples projects. Select the two projects and do a clean of the projects. After that, you can select the CsoundAndroidExamples project and choose "Run". That will build the application and either install it into an emulator or onto a device if you have one connected. That's the general flow for that. If you have problems getting going with it, just reply here. Good luck! steven On Tue, Mar 18, 2014 at 3:22 PM, Paul Batchelor |
Date | 2014-03-18 23:17 |
From | Paul Batchelor |
Subject | Re: [Csnd] Compiling csound android examples? |
ah. all good now. It was just a matter of downloading the Csound for Android SDK. I was trying to load the examples from git. Any reason why those wouldn't work? On Tue, Mar 18, 2014 at 5:00 PM, Steven Yi <stevenyi@gmail.com> wrote: Hi Paul, |
Date | 2014-03-18 23:20 |
From | Victor Lazzarini |
Subject | Re: [Csnd] Compiling csound android examples? |
They will but then you will need to install the NDK and compile the Csound library for android before you can do anything. ======================== Dr Victor Lazzarini Senior Lecturer NUI Maynooth, Ireland victor dot lazzarini at nuim dot ie On 18 Mar 2014, at 23:17, Paul Batchelor |
Date | 2014-03-18 23:27 |
From | Steven Yi |
Subject | Re: [Csnd] Compiling csound android examples? |
The project in git does not have the pre-compiled libraries that the SDK comes with. You can compile the native libraries yourself but it requires installing the Android NDK (Native Development Kit). There's a download-dependencies.sh and build-all.sh file that should automate building the native libs if you're interested to build from scratch. However, the Csound for Android SDK spares you all that and you can just go on with making applications. :) On Tue, Mar 18, 2014 at 7:20 PM, Victor Lazzarini |
Date | 2014-03-18 23:36 |
From | Paul Batchelor |
Subject | Re: [Csnd] Compiling csound android examples? |
Understood. I think the precompiled libraries will work just fine. Thank you very much Steven and Victor! On Tue, Mar 18, 2014 at 7:27 PM, Steven Yi <stevenyi@gmail.com> wrote: The project in git does not have the pre-compiled libraries that the |
Date | 2014-03-19 08:15 |
From | Tarmo Johannes |
Subject | Re: [Csnd] Compiling csound android examples? |
Hi, there is also a very good tutorial in pdf in the csound-android package. Definitely give a look! tarmo On Tuesday 18 March 2014 19:36:59 Paul Batchelor wrote: > Understood. I think the precompiled libraries will work just fine. > > Thank you very much Steven and Victor! > > On Tue, Mar 18, 2014 at 7:27 PM, Steven Yi |