I need to build a mobile automation workflow. So for that, I need to configure mobile device manager. By going through the documentation, I have installed appium, Android Studio, Node.js etc. that was mentioned in the documentation. Then, I was following step-wise instructions for the appium and after entering the details of the device, I am getting this error:
I have installed jdk and also place the JAVA_HOME environment variable. Location also exists but this issue is still coming. Any other solution for this.?
You can install and run appium-doctor to view the necessary dependencies that you must have. After, try to solve the issues mentioned. You should have as output a line similar to info AppiumDoctor ### Diagnostic for necessary dependencies completed, no fix needed. ###
Hey,
I don’t know if your are still facing this issue or it has been resolved but I faced the same issue before and I fixed it by installing Appium v1.21.0 and after that everything works fine, hopes it works for you