Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/The-starting-of-an-Android-app.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Steps:

- you have to prepare environment for Android. [Details are provided here](http://appium.io/slate/en/master/?java#setup-(android))
- you have to prepare environment for Android. [Details are provided here](https://github.com/appium/appium/blob/master/docs/en/drivers/android-uiautomator2.md)

- it needs to launch the appium server. You can launch Appium desktop application. If you use the server installed via npm then

_$ node **the_path_to_main.js_file** --arg1 value1 --arg2 value2_
It is not necessary to use arguments. [The list of arguments](http://appium.io/slate/en/master/?java#appium-server-arguments)
It is not necessary to use arguments. [The list of arguments](https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/server-args.md)


# The starting of an app
Expand Down