kerasking / maven-android-plugin

Automatically exported from code.google.com/p/maven-android-plugin
0 stars 0 forks source link

Android Build Tools #381

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Running maven build

What is the expected output?
File in apk format

What do you see instead?
Error, Could not find tool 'aapt'.

What version of maven-android-plugin are you using?
3.5.3

What are the complete output lines of "mvn -version" on your machine?
Apache Maven 3.0.3 (r1075438; 2011-02-28 14:31:09-0300)
Maven home: /usr/share/maven
Java version: 1.6.0_45, vendor: Apple Inc.
Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x", version: "10.8.3", arch: "x86_64", family: "mac"

Please provide any additional information below.

Original issue reported on code.google.com by guidobru...@gmail.com on 20 May 2013 at 10:11

GoogleCodeExporter commented 9 years ago
That's because aapt binary moved to $SDK/build-tools/17.0.0 in latest release.

Original comment by mr.e...@gmail.com on 21 May 2013 at 7:43

GoogleCodeExporter commented 9 years ago
Off course, so the plugin don't support this changes e we can't update for the 
last android sdk.
There is some expectative about the plugin update? Somebody knows?

Original comment by guidobru...@gmail.com on 21 May 2013 at 11:37

GoogleCodeExporter commented 9 years ago
Fixed in 3.6.0

Original comment by mosa...@gmail.com on 24 May 2013 at 4:51