I was trying to deal with a testing-related problem and I followed this advice: https://stackoverflow.com/a/32267762/2576903
Now whenever I try to run my tests, I get prompted to choose a device. How do I restore that build configuration?
I tried git commit to see changed files, but it seems that it was somewhere outside of the project folder. I also tried invalidating android studio's caches but nothing seems to work.
I tried creating another test class automatically (by control + enter on the name of a regular POJO) but the configuration wasnt created.