“You need to use a Theme.Appcompat theme…” when testing ActionBarActivity, but I am

后端 未结 2 1995
夕颜
夕颜 2021-02-01 14:34

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

2条回答
  •  清酒与你
    2021-02-01 14:47

    add android:theme="@style/Theme.AppCompat" under application in your manifest.xml

提交回复
热议问题