[android-beginners] Re: aapt

2010-01-17 Thread Lance Nanek
Looks like it is platform specific. Here's a find from my SDK
directory showing locations:

$ find -name aapt
./platforms/android-1.1/tools/aapt
./platforms/android-2.1/tools/aapt
./platforms/android-2.0/tools/aapt
./platforms/android-1.6/tools/aapt
./platforms/android-2.0.1/tools/aapt
./platforms/android-1.5/tools/aapt

On Jan 17, 12:29 pm, Naveen DS naveen.cse@gmail.com wrote:
 Hi all ,
     I am new to Android and i am trying to build already developed
 software to make j2me softs run in android. One of the steps needs
 aapt tool and i cant find that tool in sdk/tools in my system. I am
 having 2.1 SDK. Where can i download aapt or where will the appt tool
 will be, ?
-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[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 message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 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 android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 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

 




-- 
Xavier Ducrohet
Android Developer Tools Engineer
Google Inc.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 /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 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 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 android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---