Re: [PATCH] Fixing build (Error: Could not find tool 'aapt')

2014-02-28 Thread avinash r
I too ran into the same issue which made me think: Can we ditch maven and use gradle or something? Coz, from what I've seen, each update of ADT, causes some issue in maven. If gradle is used, there'd be no ugly consequences of maven's setup, and one can use maven repo for dependency management

Re: [PATCH] Fixing build (Error: Could not find tool 'aapt')

2014-02-27 Thread Aurélien PRALONG
Hello, Your patch has been applied. However I added a note in the README : version 3.8.2 requires maven 3.1.1. Thanks, Aurélien 2014-02-26 16:07 GMT+01:00 Andrey Zhdanov : > Added comment about maven and android-maven-plugin versions compatibility. > Changed variables names according to this: >

[PATCH] Fixing build (Error: Could not find tool 'aapt')

2014-02-26 Thread Andrey Zhdanov
Added comment about maven and android-maven-plugin versions compatibility. Changed variables names according to this: https://code.google.com/p/maven-android-plugin/wiki/GettingStarted Now project builds successfully with mvn clean install. Signed-off-by: Andrey Zhdanov --- README.md | 7 ---