Open neri4488 opened 6 years ago
Not a travis expert ...but this looks like it needs a simple build config fix. Travis config needs to also update versions of build tools (was sdk 22).
- build-tools-27.0.3
- android-27
https://github.com/daimajia/AndroidImageSlider/blob/master/.travis.yml
Error reported:
Failed to install the following Android SDK packages as some licences have not been accepted. platforms;android-27 Android SDK Platform 27 build-tools;27.0.3 Android SDK Build-Tools 27.0.3 To build this project, accept the SDK license agreements and install the missing components using the Android Studio SDK Manager.
I made a new pull request based on this work. Build settings are working there for Travis. I had to downgrade grade and the SDK to get Travis working.
--Updated gradle tools --Updated to android version 27 --Minimum android version 19 --Updated to latest Picasso version.