Hello All,

I'm using aapt to generate R.java class from resource directories
(from an Ant build), I have two resource directories in a project:
resources of an application itself, and resources required for unit
tests. When I build .apk with unit tests (to launch tests on the
emulator) I have to include both.

aapt's help message says that it is possible to specify more than one
resource sources directory using -S key:

[-S resource-sources [-S resource sources]]

but when I try this, Ant build fails with message

exec returned 139.

Once I try it with only one -S switch everything works fine. Earlier I
copied resources from various locations to a temporarily resource
directory and specified it as a source, but now I decided to simplify
my build a little bit and can not this.

Any ideas what could be wrong there?

Ubuntu 7.10/JDK 1.6
Android SDK 1.5/aapt v. 0.2
(I don't use Eclipse and ADT)

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

Reply via email to