Hello to everybody! I found this problem with new Android SDK 1.5 and eclipse.
New SDK comes with zip for linux version, and once you have decompressed all files you might find some errors trying to make it work. All you have to do is grant execution permission to some files, this files are found in tools folder. There are three tools folders, from here my problems. $ chmod +x ..../android-sdk-linux_x86-1.5_pre/tools/* $ chmod +x ..../android-sdk-linux_x86-1.5_pre/platforms/android-1.5/ tools/* $ chmod +x ..../android-sdk-linux_x86-1.5_pre/platforms/android-1.1/ tools/* You must change .... with correct path. Hope it helps! Diego Silva --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

