poojachoudhary13
poojachoudhary13
@TarCV @aldochristiaan @ganjarpanji Hi guys i am also facing the same issue with our app since it migrated to androidx. I tried the above fix but it does not seem...
in device logs i can see this exception as well. Not sure if it has to do something with the error. ```9-25 16:09:06.161 E/TestLoader(20471): Could not find class: androidx.core.app.AppComponentFactory 09-25...
@ganjarpanji i checked the PR too. Only one thing is changed in the above PR. androidTestImplementation("androidx.test.espresso:espresso-contrib:$espresso_version") { transitive = false } How did you fix it. Did you do all...
@aldochristiaan Thankyou, it worked for me too. I did not notice earlier that there was a cached apk as well which i had to delete.
@aldochristiaan @TarCV - After a new app release i am getting this exception now while starting espresso server session. Not sure if this is due to the changes i did...
@aldochristiaan i am using debug build only. Till last version the above fix worked and i was able to run test cases with expresso. Now we got a new build...