
> Task :app:processDebugUnitTestJavaRes NO-SOURCEĭeprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

> Task :app:processDebugJavaRes NO-SOURCE > Task :app:compileDebugUnitTestJavaWithJavac NO-SOURCE > Task :app:javaPreCompileDebugUnitTest UP-TO-DATE > Task :app:preDebugUnitTestBuild UP-TO-DATE

> Task :app:bundleDebugClasses UP-TO-DATE > Task :app:compileDebugJavaWithJavac UP-TO-DATE > Task :app:javaPreCompileDebug UP-TO-DATE > Task :app:processDebugResources UP-TO-DATE > Task :app:processDebugManifestForPackage UP-TO-DATE > Task :app:processDebugManifest UP-TO-DATE > Task :app:processDebugMainManifest UP-TO-DATE > Task :app:extractDeepLinksDebug UP-TO-DATE > Task :app:createDebugCompatibleScreenManifests UP-TO-DATE > Task :app:mergeDebugResources UP-TO-DATE > Task :app:generateDebugResources UP-TO-DATE > Task :app:generateDebugResValues UP-TO-DATE > Task :app:checkDebugAarMetadata UP-TO-DATE > Task :app:generateDebugBuildConfig UP-TO-DATE > Task :app:compileDebugRenderscript NO-SOURCE Here is the output: Executing tasks: in project /Users/gmerino/Workspace/personal/TestsInRemote It only can't find junit when I run the test.After migrating to Android Studio Artic Fox, when running unit tests from the IDE, it says “Test events were not received” Note It's able to find the junit classes when Im writing the code. I have them.Ĭan you think of any reason my Local Unit Tests are not finding the junit file when I go to run the test?

The few other questions with this issue seemed to say these dependencies are missing. I've made a random test class: import import static .* import static .* public class RandomTestClass I have my test folder set up as src/test/java I have read the documentation and set it up exactly as specified. I'm setting up unit testing on Android studio.

Update: Its a bug and it's been reported, please star:
