0
votes

When ever I am staring my Appium inspector i get below error

An unknown server-side error occurred while processing the command. Original error: Error executing adbExec. Original error: 'Command 'adb.exe -P 5037 -s b99a78b6 shell pm clear c' exited with code 1'; Stderr: 'Error: java.lang.SecurityException: PID 20535 does not have permission android.permission.CLEAR_APP_USER_DATA to clear data of package com.testApp.sample'; Code: '1'

Below are my JSON Representation

 {
  "platformName": "Android",
  "platformVersion": "8.1.0",
  "deviceName": "b99a78b6",
  "Android": "C:\\Users\\testUser\\test.apk",
  "appPackage": "com.testApp.sample",
  "appActivity": "com.testApp.sample.SplashActivity"
}
1

1 Answers

0
votes

MI restricts executing commands on device through USB. To enable this, you have to enable USB debugging(security settings), this can be found in the developer options.