Hi
I want to use ANT build for an Android project which includes multiple
libraries(shared-objects). These shared object libraries are currently
being built by using the commands present in respective "Android.mk" files.
My question is:
* Is there any way to execute "Android.mk" file from Ant
When I execute an ant target as the root user the target executes
successfully.
However, if I try to execute the same target as an unprivileged user the target
fails with the following message:[typedef] Could not load definitions from
resource flexTasks.tasks. It could not be found.
The 3r
>I spend a lot of time digging through Ant logs in text editors, as I'm
>sure we all do.
>
>
>I'm wondering if there exists a syntax highlighting definition
>file that
>would, for instance, add style to the targets or tasks. I think it
>would make them much easier to read.
>
>
>Does anyone kno