Git Product home page Git Product logo

Comments (9)

xpconanfan avatar xpconanfan commented on May 5, 2024 9

In the gradle file for example two, replacing androidTestImplementation with implementation seems to fix the issue.

from mobly-snippet-lib.

hfmanson avatar hfmanson commented on May 5, 2024 2

On my app build.gradle this dependency was missing:
androidTestImplementation 'com.android.support.test:rules:1.0.2'

from mobly-snippet-lib.

darren avatar darren commented on May 5, 2024

@xpconanfan
hmm, that works for me.

Is it caused by gradle version? I have tried ./gradew (4.4 bundled) and gradle (system gradle 4.8 install by homebrew) , both throw error.

from mobly-snippet-lib.

xpconanfan avatar xpconanfan commented on May 5, 2024

I think gradle changed the keyword from "Compile" to "Implementation", and we introduced this error when we updated the gradle configs for this a while ago...

from mobly-snippet-lib.

dthkao avatar dthkao commented on May 5, 2024

from mobly-snippet-lib.

dthkao avatar dthkao commented on May 5, 2024

Yep, changing androidTestImplementation would just break the android test example (src/androidTest/...)

The correct fix is adding snippetImplementation 'com.android.support.test:rules:1.0.2'

This has likely been broken for a while (since the original example split in 9bf5274)

PR incoming

from mobly-snippet-lib.

dthkao avatar dthkao commented on May 5, 2024

Hi, can you be more specific about what you mean? What was the error?

from mobly-snippet-lib.

hfmanson avatar hfmanson commented on May 5, 2024

Java could not find this class:
import android.support.test.rule.ActivityTestRule;

from mobly-snippet-lib.

dthkao avatar dthkao commented on May 5, 2024

What specifically were you trying to build when you encountered this error?

from mobly-snippet-lib.

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.