Accessing context.getFilesDir() from InstrumentationTestCase
05 March 2016 on Android
In order to fix getting null value problem while using Context.getFilesDir() inside InstrumentationTestCase,you need to create `files` directorory.
05 March 2016 on Android