@Test public void DemoTest() throws RemoteException{ //mUidevice.pressRecentApps(); mUidevice.findObjects(By.res("com.google.android.calculator:id/digit_7")).click(); }
试了网上的几种方法都不行。我的Android studio的版本是2.3.1.
找到原因了,By的包找错了,尴尬