[Cs-dev] android dev tools
Date | 2015-04-28 15:47 |
From | Victor Lazzarini |
Subject | [Cs-dev] android dev tools |
It appears the officially support IDE for android is not Eclipse anymore, but something called Android Developer Studio. Is that right? Do we need to move our projects? ======================== Dr Victor Lazzarini Dean of Arts, Celtic Studies and Philosophy, Maynooth University, Maynooth, Co Kildare, Ireland Tel: 00 353 7086936 Fax: 00 353 1 7086952 ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2015-04-28 15:55 |
From | Steven Yi |
Subject | Re: [Cs-dev] android dev tools |
We probably should move to Android Studio. I filed issue #460 to track this[1]. It looks pretty easy easy though as Studio looks to have an import tool[2]. [1] - https://github.com/csound/csound/issues/460 [2] - http://developer.android.com/sdk/installing/migrate.html On Tue, Apr 28, 2015 at 10:47 AM, Victor Lazzarini |
Date | 2015-04-28 15:56 |
From | Michael Gogins |
Subject | Re: [Cs-dev] android dev tools |
Attachments | None None |
No, we do not need to move our projects. If you want to move them, make sure the ADS actually works first. Last time I tried it did not. But things may have changed. Regards, Mike ----------------------------------------------------- Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Tue, Apr 28, 2015 at 10:47 AM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote: It appears the officially support IDE for android is not Eclipse anymore, but something called |
Date | 2015-04-28 16:46 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] android dev tools |
I think we should look closely into it, because soon it might become harder to update Eclipse to work with the latest SDKs etc. ======================== Dr Victor Lazzarini Dean of Arts, Celtic Studies and Philosophy, Maynooth University, Maynooth, Co Kildare, Ireland Tel: 00 353 7086936 Fax: 00 353 1 7086952 > On 28 Apr 2015, at 15:56, Michael Gogins |
Date | 2015-04-28 16:53 |
From | Steven Yi |
Subject | Re: [Cs-dev] android dev tools |
I think it's not just that, but Android developers as a whole are moving to Android Studio. I think it'll be a concern especially for new Csound/Android developers, if they're learning Android dev using the new tools, we would want to support that. I've had issues with Android Studio in the past as well, but think it's worth giving it a go. On Tue, Apr 28, 2015 at 11:46 AM, Victor Lazzarini |
Date | 2015-04-28 16:58 |
From | Michael Gogins |
Subject | Re: [Cs-dev] android dev tools |
Attachments | None None |
How does it work with projects that depend on native code, like Csound? Regards, Mike ----------------------------------------------------- Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Tue, Apr 28, 2015 at 11:53 AM, Steven Yi <stevenyi@gmail.com> wrote: I think it's not just that, but Android developers as a whole are |
Date | 2015-04-28 17:02 |
From | Rory Walsh |
Subject | Re: [Cs-dev] android dev tools |
For what it's worth I've been using Android Developer Studio for all my Csound Android experiments for the past year or so without any problems. It has simplified the process of building Csound apps on Android to no end. It is very easy to dump Csound into a project with ADS, but I'm not sure how it would be to build the Csound package with it. That's not something I've ever looked into. On 28 April 2015 at 16:58, Michael Gogins |