我已启用主页按钮返回上一个视图.简单地说,这样做:
getActionBar().setDisplayHomeAsUpEnabled(true);
我正在使用最新版本的com.android.support:appcompat-v7:21.0.2.但是,当我使用下面的代码时,它不会抛出异常.
Espresso.onView(ViewMatchers.withId(android.R.id.home)).perform(ViewActions.click());
Espresso.onView(ViewMatchers.withId(R.id.home)).perform(ViewActions.click());
例外:
com.google.android.apps.common.testing.ui.espresso.NoMatchingViewException: No views in hierarchy found matching: with id: is <2131296261> ...