1
You need to import because your tests must be in: module-name/src/androidTest/java while the Mainactivity class is in: module-name/src/java.
1
0
You need to import because your tests must be in: module-name/src/androidTest/java while the Mainactivity class is in: module-name/src/java.
Browser other questions tagged android android-studio testing functional-testing
You are not signed in. Login or sign up in order to post.
he doesn’t allow me to import, seems to ignore
– Nokas
i import with.example.example.Activity; @Diniz and says it does not recognize Activity
– Nokas
I got it sorted! Thank you!
– Nokas