Git Product home page Git Product logo

Comments (4)

charbgr avatar charbgr commented on June 1, 2024 2

if i exclude appcompat and support-v4 works fine

androidTestCompile ('com.android.support.test.espresso:espresso-contrib:2.2'){
        exclude group: 'com.android.support', module: 'appcompat'
        exclude group: 'com.android.support', module: 'support-v4'
        exclude module: 'recyclerview-v7'
}

from testing-samples.

febinmathew avatar febinmathew commented on June 1, 2024 1

having the same issue.. As you can see the numbers are same 1589092127478

   For your reference the last time the event queue was idle before your activity launch request was 
   1589092127478 and now the last time the queue went idle was: 1589092127478. If these numbers 
   are the same your activity might be hogging the event queue.

But the issue persists only in some devices(Worked on Android API level 21 but not on API 10).

from testing-samples.

slinzner avatar slinzner commented on June 1, 2024

Looks like the Activity cannot be launched and the runner is timing out. Can you actually see the Activity start on the device? Does the Activity launch if you start it manually? Which emulator and/or device have you been using? Does this happen only on a specific device. It also looks like you made some changes to the sample itself do you mind posting your build.gradle file?

from testing-samples.

slinzner avatar slinzner commented on June 1, 2024

Great thanks, a lot of developers see similar issue recently. There is a tools bug for it: https://code.google.com/p/android/issues/detail?id=192497 and i also posted a solution to our testing codelab: https://github.com/googlecodelabs/android-testing/blob/master/app/build.gradle#L96

from testing-samples.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.