RobotiumTech/robotium

Robotium to work with targetSdkVersion 30

Opened this issue · 0 comments

When I tried to use Robotium with targetSdkVersion 30, the following error appears.
error: package android.support.test does not exist
import android.support.test.InstrumentationRegistry;

Please help to resolve this issue.