0
votes

While starting a session in Appium, I am getting below error:

Error:

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'

Have configured an emulator using the android studio, but am unable to install the app on the emulator, How can we resolve this?

1

1 Answers

1
votes

The apk file you are trying to install is incompatible with the device hardware. You would get the same error even if you install the apk manually on the device. Check this thread for more information.