在 Appium 中启动会话
Starting session in Appium
在 Appium 中启动会话时,出现以下错误:
错误:
An unknown server-side error occurred while processing the command. Original error: Error executing adbExec. Original error: 'Command 'C:\Users\satyajit.more\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 install 'E:\Appium Setup\MobileInsurance_QA_16062018.apk'' exited with code 1'; Stderr: 'adb: failed to install E:\Appium Setup\MobileInsurance_QA_16062018.apk: Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]'; Code: '1'
已使用 android studio 配置了模拟器,但无法在模拟器上安装应用程序,我们该如何解决?
您尝试安装的 apk 文件与设备硬件不兼容。即使您在设备上手动安装 apk,您也会遇到同样的错误。查看 this 线程以获取更多信息。
在 Appium 中启动会话时,出现以下错误:
错误:
An unknown server-side error occurred while processing the command. Original error: Error executing adbExec. Original error: 'Command 'C:\Users\satyajit.more\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 install 'E:\Appium Setup\MobileInsurance_QA_16062018.apk'' exited with code 1'; Stderr: 'adb: failed to install E:\Appium Setup\MobileInsurance_QA_16062018.apk: Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]'; Code: '1'
已使用 android studio 配置了模拟器,但无法在模拟器上安装应用程序,我们该如何解决?
您尝试安装的 apk 文件与设备硬件不兼容。即使您在设备上手动安装 apk,您也会遇到同样的错误。查看 this 线程以获取更多信息。