[android-developers] Re: AndroidStudio feedback (vs Eclipse)

2015-01-21 Thread Manfred Moser
Also for all the Eclipse users .. there is an effort underway at the Eclipse foundation that builds on top of ADT and other projects to continue providing a first class Android development tooling setup with Eclipse. You should follow the progress and help out.

Re: [android-developers] Re: AndroidStudio feedback (vs Eclipse)

2015-01-21 Thread Michael Leung
I am new to android studio. I came from c# development. I quite love the android studio Michael leung http://www.itblogs.info 2015/1/22 下午4:54 於 Manfred Moser mosa...@gmail.com 寫道: Also for all the Eclipse users .. there is an effort underway at the Eclipse foundation that builds on top of ADT

[android-developers] Re: AndroidStudio feedback (vs Eclipse)

2015-01-20 Thread MarkG123
Persevere, it's well worth the effort. Converting project's instant straightforward (mostly due to changes in build system), and that's where your problems are, not Android Studio itself. For my more complicated projects, I find it's easier NOT to try and convert them. Create a new empty

[android-developers] Re: AndroidStudio feedback (vs Eclipse)

2015-01-14 Thread Nanard
Le mercredi 14 janvier 2015 02:05:45 UTC+1, Nathan a écrit : | With AndroidStudio well, I'm starting to believe I will leave Android programming ! Is this Android Studio or the migration to Android Studio? Because with new projects, even months ago, I had no hesitation starting

Re: [android-developers] Re: AndroidStudio feedback (vs Eclipse)

2015-01-14 Thread Steve Gabrilowitz
I had the same situation, (free, full, lib) and found the migration pretty easy. I'm not using flavors, all the common functionality is in the library units and the free and full each use descendants of the objects in the library. I simply did an import eclipse project on each of the free and

[android-developers] Re: AndroidStudio feedback (vs Eclipse)

2015-01-13 Thread Nathan
On Tuesday, January 13, 2015 at 3:26:37 PM UTC-8, Nanard wrote: Hi, I've been programming since the beginning with Eclipse+SDK. I saw it won't be supported for long, as AndroidStudio became the official dev. platform. I am then trying to migrate all my code into AndroidStudio. I have