You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 21, 2022. It is now read-only.
With the update to Gradle 3.0 and API 26, all builds in CI are failing with the following error -
$ echo no | android create avd --force -n test -t android-19 --abi armeabi-v7a
Error: Target id is not valid. Use 'android list targets' to get the target ids.
The command "echo no | android create avd --force -n test -t android-19 --abi armeabi-v7a" failed and exited with 1 during .
A similar issue was reported to Travis back in May 2017, but they haven't looked into it till now. After trying a lot of different ideas with no luck, we decided to disable running instrumented tests to publish an update.
Moving forward, we need to either find a way to make it work again or migrate this project to a better CI.
With the update to Gradle 3.0 and API 26, all builds in CI are failing with the following error -
A similar issue was reported to Travis back in May 2017, but they haven't looked into it till now. After trying a lot of different ideas with no luck, we decided to disable running instrumented tests to publish an update.
Moving forward, we need to either find a way to make it work again or migrate this project to a better CI.