0

an unknown server-side error occurred while processing the command. original error packageAndLaunchActivityFrommanifest failed

Below picture describes more -

enter image description here

Al-Amin
  • 1,369
  • 1
  • 9
  • 26
leyo
  • 11
  • 2

2 Answers2

0

Set you ANDROID HOME from edit configurations in APPIUM!

sachin
  • 481
  • 1
  • 6
  • 7
0

One of the reason may be you do not have "aapt" installed on your machine. Execute "sudo apt install aapt" then restart your machine. I resolved my issue like this.. I hope it works for you too..