RobotiumTech / robotium

Android UI Testing
http://www.robotium.org
Apache License 2.0
2.86k stars 786 forks source link

Robotium to work with targetSdkVersion 30 #884

Open anbunathan opened 4 years ago

anbunathan commented 4 years ago

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.