Closed GoogleCodeExporter closed 9 years ago
The command run is
mvn install -X
Original comment by benoit.l...@gmail.com
on 14 Jun 2013 at 5:58
Addind the symbolic links as described in ISSUE-377 solved this issue
Original comment by benoit.l...@gmail.com
on 14 Jun 2013 at 2:58
I am now getting this null pointer exception and adding the symlinks hasn't
worked for me. I may have missed a step with setting up the Android SDK, but if
so, something to catch the problem and report it before it becomes a NPE might
be useful.
Original comment by ross.fen...@gmail.com
on 30 Jun 2013 at 5:01
Same for me. But strangely enough my configuration works locally but fails with
this error on Travis CI. You can find an example on RoboSpice repo on github.
It fails both with 3.6.0 and 3.6.1 and SDK 16 and 17
Original comment by steff.ni...@gmail.com
on 15 Sep 2013 at 8:13
Upgrade your SDK to 22 x and the plugin to 3.8.2
Original comment by mosa...@gmail.com
on 31 Dec 2013 at 7:14
Same error with SDK 22 and the plugins 3.6.0, 3.8.2 and 3.9.0-rc2
The issue is not fixed...
Original comment by lorenzo....@gmail.com
on 29 May 2014 at 9:00
Please raise the issue at https://github.com/jayway/maven-android-plugin/issues
And include a link to a github project in which this fails.
Original comment by william....@xandar.com.au
on 29 May 2014 at 9:10
And the problem was: there where no build tools. The sdk manager failed to
install them, so the $SDK_HOME/build-tools directory was empty. Since this is
quite a common problem, I would suggest that a check on the result of
getBuildTools() would be beneficial.
Original comment by lorenzo....@gmail.com
on 29 May 2014 at 9:13
Cool. Look forward to your pull request.
Original comment by william....@xandar.com.au
on 29 May 2014 at 9:15
Pull request merged. Fix is in master and will go out with 4.0.0
Original comment by mosa...@gmail.com
on 30 May 2014 at 4:27
Original issue reported on code.google.com by
benoit.l...@gmail.com
on 14 Jun 2013 at 5:57