Trying to upgrade my Android project to CircleCI 2.0. Everything is fine, but having trouble of running Android UI tests with emulator.
- Log says
com.android.builder.testing.api.DeviceException: No connected devices! - I've actually downloaded an emulator image and set it up (coz CircleCI's default Android Docker image doesn't come with emulator):
sdkmanager "system-images;android-22;default;armeabi-v7a" && echo "no" | avdmanager create avd -n test -k "system-images;android-22;default;armeabi-v7a" && (emulator64-arm -avd test -noaudio -no-boot-anim -no-window -accel on) & adb devicesreturns no device :(