unit testing - How to set Working Directory global in Android Studio? -
i doing unit test project of multi-modules. every time create new test , before running it, have something: run -> edit configuration -> set "working directory" "$module_dir$".if don't this, none of resources can found during unit test. global settings this?
run -> edit configurations -> defaults -> android junit.
config inside page , perform globally.
Comments
Post a Comment