I have encountered a problem that when I tried to run Android Instrument test, android studio will start building, everything is good until it stuck to this line
"> Task :app:connectedDebugAndroidTest"
and run for the next 2hrs and never proceed the actual test. What I have seen is that the test app has been successfully built into my device but just won't open and run.
Strange thing is that I have built successfully once before, but after when I tried to build again, it never success anymore. Even when I didn't change my code.
Here are the things I had tried
But still can't build!
Here is my instrument test class screen shot
running process screen shot
Has anyone had this problem before?
Found answer to this issue. Apparently when you open logcat side by side when building, you encounter this error which is the root cause of build never completing:
java.lang.ClassNotFoundException: Didn't find class "androidx.test.platform.io.PlatformTestStorageRegistry"
Add this dependency to get this class:
debugImplementation "androidx.test:monitor:1.6.1"
You're good to go :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With