0

I'm want to try out the new androidx fragment testing library from https://developer.android.com/training/basics/fragments/testing

In my app/build.gradle I add the dependencies as described in the docs

debugImplementation 'androidx.fragment:fragment-testing:1.1.0-alpha01'

After syncing the project with gradle files I'm getting this error:

Could not resolve androidx.fragment:fragment-testing:1.1.0.

Did I missed something there?

1 Answer 1

1

Solved, in my Android Studio I have the wrong HTTP Proxy Configuration. Now everything works fine.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.