I have a problem when testing an app which uses ActionBarActivity from android-support-v7-appcompat via Android JUnit test in Eclipse. When running in an emulator or device ever
add android:theme="@style/Theme.AppCompat" under application in your manifest.xml
android:theme="@style/Theme.AppCompat"