11 lines
361 B
Markdown
11 lines
361 B
Markdown
|
||
# setup
|
||
|
||
install xbuild ´´´sh cargo install --git https://github.com/rust-mobile/xbuild ´´´
|
||
run ´´´sh x doctor ´´´ and install all required depencencies
|
||
|
||
# how to run
|
||
|
||
run ´´´sh x devices ´´´ and get the device name that looks something like this "adb:1WD523S" (probably a bit longer)
|
||
then ´´´sh run x run --release ´´´
|