From bc7e412c0f3e5484c1f898a9e79b9e0668dbff2c Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Fri, 5 Dec 2014 01:31:24 -0500 Subject: [PATCH] Run an update to properly install ia32 Last try for the night, will revisit tomorrow --- android_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/android_install.sh b/android_install.sh index c190bc6..cb33d03 100644 --- a/android_install.sh +++ b/android_install.sh @@ -9,6 +9,7 @@ extra-android-m2repository extra-android-support extra-google-m2repository" +sudo apt-get update sudo apt-get install -qq --force-yes libgd2-xpm ia32-libs ia32-libs-multiarch wget http://dl.google.com/android/android-sdk_r23.0.2-linux.tgz tar -zxvf android-sdk_r23.0.2-linux.tgz