Ashvini Saxena
Results
1
comments of
Ashvini Saxena
Have you tried adding `testImplementation 'androidx.test:core:1.0.0'` to the build gradle and then using `ApplicationProvider.getApplicationContext();` to get context. I was able to perform file operations with this