From 12cd309784e71692c699d3ad5f01ac5c0b21c400 Mon Sep 17 00:00:00 2001 From: John Grub Date: Tue, 10 Jun 2014 16:46:32 -0700 Subject: [PATCH] Updated Android compilation guide (from linux) (markdown) --- Android-compilation-guide-(from-linux).md | 1 + 1 file changed, 1 insertion(+) 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/ ```