Dániel Zolnai
Dániel Zolnai
As a workaround, you can use version 3.2.11, which doesn't seem to have this issue.
Hi @julianharty, The tests are not documented because they are regular Android instrumented unit tests. You can read more about them here: https://developer.android.com/training/testing/unit-testing/instrumented-unit-tests If you are running the project with...
Does it work if you try: ./gradlew app:connectedBasicDebugAndroidTest
That's weird. What do you see if you run: ./gradlew app:tasks
And your `pwd` is the root of the repository?
There's a `./gradlew` in `ics-openvpn/` too, that's why I'm asking :) And if you just run: ./gradlew tasks
Yes, I get totally different outputs: ``` Daniels-MacBook-Pro-2:android dzolnai$ ./gradlew tasks > Task :tasks ------------------------------------------------------------ Tasks runnable from root project ------------------------------------------------------------ Android tasks ------------- androidDependencies - Displays the Android dependencies...
I have no idea. I will try to reproduce this by cloning the repo on another machine. On what platform are you trying this? Do you have gradle installed? (`gradle...
> Can you elaborate on when you run which tests please? I usually run all tests before I make a pull request. > Also, do you run them on devices?...
Hello @beckerr-rzht, Sorry for taking this long to respond to you about your PR, but we thought it would be better if we would include the strings after we release...