I created a android application with Kotlin and I added Travis CI support in the repo. The build is always failing.
Cause: PermGen space
What does it mean? My .travis.yml file is
language: android
android:
components:
- tools
- platform-tools
- build-tools-23.0.2
- android-23
I solved it.
I changed my .travis.yml file adding:
env:
- GRADLE_OPTS="-Xmx512m -XX:MaxPermSize=512m"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With