I just started mobile automation testing and I'm trying to write tests for android on Android Studio with Appium, however I think I just did something wrong in configuration process. I was getting some other errors and these are the things I've done so far.
- set ANDROID_HOME path
- set JAVA_HOME path
- updated node version
After doing these I've started appium server and tried again. I was able to communicate with the emulator but something is still off.
appium-doctor and flutter doctor seems fine though.
And this is the exact error message I get.
Any help is appreciated. Thanks in advance.