我在travis-ci中建立了我的library Android build-tools version to 23.0.3
但是建筑失败如下
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':app'.
> failed to find Build Tools revision 23.0.3
在我的.travis.yml
中,如下所示
language: android
android:
components:
- build-tools-23.0.3
- android-23
- extra
这是travis-ci build logs
here