how server works
killaragorn opened this issue · 2 comments
hello, i want to know how appium-ui2-server works. i just clone the project, and use android studio to build it.
After the compilation is complete, click the Run button. Only the io.appium.uiautomator2.e2etest application is installed on the device. How should io.appium.settings and other applications be compiled?
i already found the io.appium.settings project . https://github.com/appium/io.appium.settings/
But other applications still don’t know where
io.appium.uiautomator2.server
and
io.appium.uiautomator2.server.test
They are built in this project. You can do a search of the code for those strings to see. This issue tracker is for bugs etc, so I'm going to close this for now. If you want to learn more about how this server works I'd recommend reading the Java code in this repo.