Can you do a "ls -l /home/haze/android/platforms/android-1.1/tools/" to see the file attributes?
The old SDK used a zip for linux, and some unzip binaires sometimes did not preserve file attributes. If "ls -l" doesn't show the files as +x, you can try: chmod -v +x /home/haze/android/platforms/android-1.1/tools/* Let us know if that helps. R/ On Sat, Sep 12, 2009 at 3:46 PM, Lee Jarvis <[email protected]> wrote: > > Hey guys, I'm trying to run the hello world application from the > documentation example, but to no avail.. > > This is my error: > > Error executing aapt. Please check aapt is present at /home/haze/ > android/platforms/android-1.1/tools/aapt > > $ ls /home/haze/android/platforms/android-1.1/tools/ > aapt aidl dexdump dx lib > > aapt is also executable, so I'm not quite sure what the problem is. I > realize this question has been asked many times before, but even with > that I was unable to resolve it. > > Thanks, > Lee > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

