simpligility / android-maven-plugin

Maven Plugin for Android Application development and more
http://simpligility.github.io/android-maven-plugin/
Apache License 2.0
1.05k stars 394 forks source link

Fixed path to lint, monkeyrunner, apkbuilder following changes in Android SDK Tools, Revision 25.3.0 #785

Closed igormartsekha closed 5 years ago

igormartsekha commented 5 years ago

Changes in Android SDK Tools, Revision 25.3.0 which affect android-maven-plugin Read more Executables have been moved to tools/bin/ from tools:

Previous implementation gets these tools from sdk/tools Current fix change this behaviour and now plugin gets tools from sdk/tools/bin/

mosabua commented 5 years ago

Working towards release fyi https://github.com/simpligility/android-maven-plugin/issues/786