kingdom578 / maven-android-plugin

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

android platform-tools 17 destroy the build! #378

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.update android sdk to the lasted one.
2.run mvn clean package

What is the expected output?
build successful

What do you see instead?
build failure
"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.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 
21:51:28+0800)
Maven home: /usr/local/Cellar/maven/3.0.5/libexec
Java version: 1.7.0_10, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.7.0_10.jdk/Contents/Home/jre
Default locale: zh_CN, platform encoding: UTF-8
OS name: "mac os x", version: "10.8.3", arch: "x86_64", family: "mac"

Please provide any additional information below.
notice that the newest sdk separate build-tools from platform-tools directory.

Original issue reported on code.google.com by kidf...@gmail.com on 16 May 2013 at 10:29

GoogleCodeExporter commented 9 years ago
you can manual install the android-maven-plugin to the repositories
Fix for the new SDK structure
https://github.com/jayway/maven-android-plugin/pull/205

Original comment by zml19881...@gmail.com on 16 May 2013 at 10:38

GoogleCodeExporter commented 9 years ago
Fixed with 3.6.0

Original comment by mosa...@gmail.com on 24 May 2013 at 5:03