Re: [android-developers] Migrating to Android Studio

2015-01-10 Thread 'Tor Norbye' via Android Developers
Here's some more information on migration: http://tools.android.com/tech-docs/new-build-system/migrating-from-eclipse-projects As you can see if you're really migrating to Android Studio it's better to import in Android Studio than to export from Eclipse. But if you plan to continue working with b

Re: [android-developers] ADT/SDK 23 broken on Mac - annotations.jar

2014-07-01 Thread 'Tor Norbye' via Android Developers
On Tue, Jul 1, 2014 at 5:22 AM, Jim Graham wrote: > On Mon, Jun 30, 2014 at 05:20:52PM -0700, 'Tor Norbye' via Android > Developers wrote: > > There were some packaging problems in Tools 23 where proguard and > > annotations.jar were missing. We've release

Re: [android-developers] ADT/SDK 23 broken on Mac - annotations.jar

2014-07-01 Thread 'Tor Norbye' via Android Developers
Hi Kostya, No, I don't think that was a deliberate change. We switched the builds over from some old hacky build scripts to using the recommended way to build Eclipse itself (some sort of Maven setup, possibly called Tycho - I haven't been following it closely) and this might be a side effect of th

Re: [android-developers] ADT/SDK 23 broken on Mac - annotations.jar

2014-06-30 Thread 'Tor Norbye' via Android Developers
There were some packaging problems in Tools 23 where proguard and annotations.jar were missing. We've released 23.0.1 to fix that, so invoke the SDK manager and install it (if necessary run Packages > Reload since I think it might cache some results.) -- Tor On Mon, Jun 30, 2014 at 4:27 PM, Natha