[android-beginners] Re: aapt is present - Hello, World application.

2009-09-17 Thread Lee Jarvis
Unfortunately it doesn't. I've realized I'm actually using the wrong 64-bit system (as the SDK was built for 32-bit) Arch Linux. I have created a new topic for this discussion (to help searches) Thanks for your replies --~--~-~--~~~---~--~~ You received this

[android-beginners] Re: aapt is present - Hello, World application.

2009-09-15 Thread Lee Jarvis
BUMP, anyone? Any reply is much appreciated. Thanks. On 12 Sep, 23:46, Lee Jarvis ljjar...@googlemail.com 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

[android-beginners] Re: aapt is present - Hello, World application.

2009-09-15 Thread Xavier Ducrohet
Can use execute aapt manually from the command line? What OS are you running? On Sat, Sep 12, 2009 at 3:46 PM, Lee Jarvis ljjar...@googlemail.com 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

[android-beginners] Re: aapt is present - Hello, World application.

2009-09-15 Thread Raphael
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