Csound Csound-dev Csound-tekno Search About

[Csnd] Compiling csound android examples?

Date2014-03-18 19:22
FromPaul Batchelor
Subject[Csnd] Compiling csound android examples?

Hello list,
How difficult is it to compile the source code for the csound android examples? I'm very new to Android development.

Thanks,

Paul


Date2014-03-18 20:45
FromVictor Lazzarini
SubjectRe: [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  wrote:

> Hello list, 
> How difficult is it to compile the source code for the csound android examples? I'm very new to Android development.
> 
> Thanks,
> 
> Paul
> 



Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



Date2014-03-18 21:00
FromSteven Yi
SubjectRe: [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  wrote:
> Hello list,
> How difficult is it to compile the source code for the csound android
> examples? I'm very new to Android development.
>
> Thanks,
>
> Paul


Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2014-03-18 23:17
FromPaul Batchelor
SubjectRe: [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,

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 <pbatchelor@berklee.edu> wrote:
> Hello list,
> How difficult is it to compile the source code for the csound android
> examples? I'm very new to Android development.
>
> Thanks,
>
> Paul


Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"




Date2014-03-18 23:20
FromVictor Lazzarini
SubjectRe: [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  wrote:

> 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  wrote:
> 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  wrote:
> > Hello list,
> > How difficult is it to compile the source code for the csound android
> > examples? I'm very new to Android development.
> >
> > Thanks,
> >
> > Paul
> 
> 
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>             https://sourceforge.net/p/csound/tickets/
> csound5:
>             https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 
> 
> 



Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



Date2014-03-18 23:27
FromSteven Yi
SubjectRe: [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
 wrote:
> 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  wrote:
>
>> 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  wrote:
>> 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  wrote:
>> > Hello list,
>> > How difficult is it to compile the source code for the csound android
>> > examples? I'm very new to Android development.
>> >
>> > Thanks,
>> >
>> > Paul
>>
>>
>> Send bugs reports to the Sourceforge bug trackers
>> csound6:
>>             https://sourceforge.net/p/csound/tickets/
>> csound5:
>>             https://sourceforge.net/p/csound/bugs/
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>>
>>
>
>
>
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>             https://sourceforge.net/p/csound/tickets/
> csound5:
>             https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>


Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2014-03-18 23:36
FromPaul Batchelor
SubjectRe: [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
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
<Victor.Lazzarini@nuim.ie> wrote:
> 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 <pbatchelor@berklee.edu> wrote:
>
>> 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,
>>
>> 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 <pbatchelor@berklee.edu> wrote:
>> > Hello list,
>> > How difficult is it to compile the source code for the csound android
>> > examples? I'm very new to Android development.
>> >
>> > Thanks,
>> >
>> > Paul
>>
>>
>> Send bugs reports to the Sourceforge bug trackers
>> csound6:
>>             https://sourceforge.net/p/csound/tickets/
>> csound5:
>>             https://sourceforge.net/p/csound/bugs/
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>>
>>
>
>
>
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>             https://sourceforge.net/p/csound/tickets/
> csound5:
>             https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>


Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"




Date2014-03-19 08:15
FromTarmo Johannes
SubjectRe: [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  wrote:
> > 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
> > 
> >  wrote:
> > > 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  wrote:
> > >> 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  wrote:
> > >> 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
> > >> 
> > 
> > wrote:
> > >> > Hello list,
> > >> > How difficult is it to compile the source code for the csound android
> > >> > examples? I'm very new to Android development.
> > >> > 
> > >> > Thanks,
> > >> > 
> > >> > Paul
> > >> 
> > >> Send bugs reports to the Sourceforge bug trackers
> > >> 
> > >> csound6:
> > >>             https://sourceforge.net/p/csound/tickets/
> > >> 
> > >> csound5:
> > >>             https://sourceforge.net/p/csound/bugs/
> > >> 
> > >> Discussions of bugs and features can be posted here
> > >> To unsubscribe, send email sympa@lists.bath.ac.uk with body
> > 
> > "unsubscribe csound"
> > 
> > > Send bugs reports to the Sourceforge bug trackers
> > > 
> > > csound6:
> > >             https://sourceforge.net/p/csound/tickets/
> > > 
> > > csound5:
> > >             https://sourceforge.net/p/csound/bugs/
> > > 
> > > Discussions of bugs and features can be posted here
> > > To unsubscribe, send email sympa@lists.bath.ac.uk with body
> > 
> > "unsubscribe csound"
> > 
> > 
> > 
> > 
> > Send bugs reports to the Sourceforge bug trackers
> > 
> > csound6:
> >             https://sourceforge.net/p/csound/tickets/
> > 
> > csound5:
> >             https://sourceforge.net/p/csound/bugs/
> > 
> > Discussions of bugs and features can be posted here
> > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> > csound"
> 
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>             https://sourceforge.net/p/csound/tickets/
> csound5:
>             https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"



Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"