Open scottyab opened 6 years ago
Sorry for the late reply.
Please try to add following config to .travis.yml
. Maybe, Android SDK Tool is old.
before_install:
- yes | sdkmanager tools
Thanks for getting back to me but still get sh: 1: apkanalyzer: not found
Here's a look at my travis and Dangerfile in case that helps. https://gist.github.com/scottyab/7c4f0f687142721ffbf3f45cb6d4cdb5
Please check my sample.
Hi, thanks for writing this plugin, I'm a n00b Danger user and trying to run apkanalyzer plugin with TravisCI but I get the below error and cannot see how to set the path to apkanalyzer, is there a path var that needs to be set?
sh: 1: apkanalyzer: not found
Thanks, Scott