I am getting error while deploying Oracle MAF application on android device. My error is mentioned in the image below: I have already tried
adb kill-server
adb start-server
adb restart
But i am not getting the solution.
I am getting error while deploying Oracle MAF application on android device. My error is mentioned in the image below: I have already tried
adb kill-server
adb start-server
adb restart
But i am not getting the solution.
Copyright © 2021 Jogjafile Inc.
This error seems to occur when Android SDK Platform Tools are updated to the latest version(Currently 27.0.1). Reverting to an older version will fix this.
I am currently on version 25.0.6. and am able to deploy to Android successfully.