From 8b1b0a6264e3d1945722a4ab6e94ee3d072d1356 Mon Sep 17 00:00:00 2001 From: JohnE Date: Tue, 27 Feb 2018 16:29:45 -0800 Subject: [PATCH] MOD: updated android dev environment for both Mac computers --- .bash_android | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_android b/.bash_android index 5359abb..df10441 100644 --- a/.bash_android +++ b/.bash_android @@ -5,7 +5,7 @@ # 0) using /usr/local/opt with symbolic links (just like brew) # # 1) create links to paths of android sdk/ndk tools binaries -# ln -s /Users/j3g/apps/android-sdk /usr/local/opt/android-sdk +# ln -s /Users/j3g/apps/android-dev/android-sdk /usr/local/opt/android-sdk # ln -s /Users/j3g/apps/android-sdk/ndk-bundle /usr/local/opt/android-ndk # # 2) create links to JDK (Android Studio includes a Java 8 SDK, so use that)