I have a problem executing android unit tests against android applications that utilize the recently released Fragment support API. When the test is run against a FragmentAc
For any IntelliJ users who run into this problem the equivalent fix is to set the scope of your dependency to 'Provided' as follows:
File > Project Structure > Modules > [select your test app] > dependencies tab > select 'Provided' in scope drop down.