Updated Android compilation guide (from linux) (markdown)
parent
b055f9b770
commit
12cd309784
|
@ -19,6 +19,7 @@ cd libretro-super
|
||||||
The RetroArch repo is fetched into the `libretro-super` folder as `retroarch` by `./libretro-fetch.sh` above.
|
The RetroArch repo is fetched into the `libretro-super` folder as `retroarch` by `./libretro-fetch.sh` above.
|
||||||
```bash
|
```bash
|
||||||
cd retroarch/android/phoenix
|
cd retroarch/android/phoenix
|
||||||
|
android update project --path .
|
||||||
android update project --path libs/googleplay/
|
android update project --path libs/googleplay/
|
||||||
android update project --path libs/appcompat/
|
android update project --path libs/appcompat/
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue