0

I am using Android Studio and I imported the project androidtest from here:

But there are some errors caused by a missing dependency.

Error's print

How to solve these dependencies? I tried to sync gradle, but not worked.

Reiksiel
  • 146
  • 1
  • 1
  • 8

1 Answers1

1

The androidtest is not a project for Android studio therefore your gradle file is lacking of the right dependencies.

You should take this as reference: https://stackoverflow.com/a/27852368/2442831

Community
  • 1
  • 1
Lino
  • 5,084
  • 3
  • 21
  • 39