

出现问题:引入 sdk project 后,一切正常,执行用例时,报如下错误 : android/os/Handler $CallbackĪt .isLoggedIn (AccountManager.java:114 )Īt (sampleTest.java:157 )Īt 0 (Native Method )Īt (NativeMethodAccessorImpl.java:62 )Īt (DelegatingMethodAccessorImpl.java:43 )Īt .invoke (Method.java:483 )Īt .FrameworkMethod $1.runReflectiveCall (FrameworkMethod.java:47 )Īt. (ReflectiveCallable.java:12 )Īt .FrameworkMethod.invokeExplosively (FrameworkMethod.java:44 )Īt. (InvokeMethod.java:17 )Īt. (RunBefores.java:26 )Īt. (RunAfters.java:27 )Īt .runLeaf (ParentRunner.java:271 )Īt nChild (BlockJUnit4ClassRunner.java:70 )Īt nChild (BlockJUnit4ClassRunner.java:50 )Īt $3.run (ParentRunner.java:238 )Īt $1.schedule (ParentRunner.java:63 )Īt .runChildren (ParentRunner.java:236 )Īt .access $000 (ParentRunner.java:53 )Īt $2.evaluate (ParentRunner.java:229 )Īt .run (ParentRunner.java:309 )Īt. (JUnit4TestReference.java:50 )Īt. (TestExecution.java:38 )Īt. (RemoteTestRunner.java:467 )Īt. (RemoteTestRunner.java:683 )Īt. (RemoteTestRunner.java:390 )Īt. (RemoteTestRunner.java:197 )Ĭaused by: : android.os.Handler $CallbackĪt $1.run (URLClassLoader.java:372 )Īt $1.run (URLClassLoader.java:361 )Īt (Native Method )Īt (URLClassLoader.java:360 )Īt (ClassLoader.java:424 )Īt $AppClassLoader.loadClass (Launcher.java:308 )Īt (ClassLoader. The final argument will always be a callback function that must be invoked to signal that the script has finished. The function will be invoked with the provided args array and the values may be accessed via the arguments object in the order specified. Test to work.前言:我用 appium 在执行完注册功能之后,我想对通过调用自身的 open sdk 对登录状态做断言 public void registerOtherAccount () The script argument defines the script to execute in the form of a function body. Tell the Appium drivers all kinds of important things about how you want your Please refer to the README in the Appium repository or Appium 2.0 documentation about Appium 2.0.ĭesired Capabilities are keys and values encoded in a JSON object, sent byĪppium clients to the server when a new automation session is requested.
Note that this documentation explains about Appium 1.x. All Implemented Interfaces: ServerArgument, java.io.Serializable, < GeneralServerFlag >.
I have gone through many other github threads about this same issue but to no luck.

