java - Running android emulator on travis-ci and Push .apk file -


i have problem push apk file on emulator android travis.

this config file.

script:  - adb install -r $travis_build_dir/last-app-version/myapp.apk 

travis start process install apk , in console.

[100%] /data/local/tmp/myapp.apk  /home/travis/build/last-app-version/myapp.apk: 1 file pushed. 3.7 mb/s (10766791 bytes in 2.768s)  pkg: /data/local/tmp/app-staging-release.apk 

after awhile error.

no output has been received in last 10m0s, potentially indicates stalled build or wrong build itself. check details on how adjust build configuration on: https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received build has been terminated


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -