Having worked with Android Studio and Eclipse I would suggest to migrate your project to Studio and start using it the Gradle build system is so much powerful and easy to use at the end of the day when everything is setup!
Studio may be a little bit more demanding in case of memory but works out of the box at Windows, Mac and Linux (I tested it only in Ubuntu) it also provides Android Java Doc without the Eclipse nightmare of setting it up in some cases and a nice UX in UI XMLs and android resources. I am not sure though if you are facing this problem due to upcoming deprecation (end of 2015?), you can browse through this http://stackoverflow.com/questions/16617638/will-eclipse-adt-be-deprecated for mode details and answers on that. On Tuesday, October 27, 2015 at 9:28:15 AM UTC+2, Schwartz wrote: > > I have noticed that the platform-tool folder is gone from the linux sdk > distribution so may it could be hard to get to work with Eclipse, so does > anybody know how to do this or have a link where the setup is shown with > the newest SDK (android-sdk_r24.4.1-linux.tgz > <http://dl.google.com/android/android-sdk_r24.4.1-linux.tgz>)? > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

