diff --git a/Android-compilation-guide-(from-linux).md b/Android-compilation-guide-(from-linux).md index b8bd060..668062f 100644 --- a/Android-compilation-guide-(from-linux).md +++ b/Android-compilation-guide-(from-linux).md @@ -19,6 +19,7 @@ cd libretro-super The RetroArch repo is fetched into the `libretro-super` folder as `retroarch` by `./libretro-fetch.sh` above. ```bash cd retroarch/android/phoenix +android update project --path . android update project --path libs/googleplay/ android update project --path libs/appcompat/ ```