Created
December 14, 2010 11:33
-
-
Save shenqi/740296 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- ./android-sdk-mac_86/tools/android.bak 2010-11-18 08:46:46.000000000 +0000 | |
+++ ./android-sdk-mac_86/tools/android 2010-12-09 05:53:23.000000000 +0000 | |
@@ -63,7 +63,7 @@ | |
# Mac OS X needs an additional arg, or you get an "illegal thread" complaint. | |
if [ `uname` = "Darwin" ]; then | |
- os_opts="-XstartOnFirstThread" | |
+ os_opts="-XstartOnFirstThread -d32" | |
else | |
os_opts= | |
fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- ./android-sdk-mac_86/tools/ddms.bak 2010-11-18 08:46:46.000000000 +0000 | |
+++ ./android-sdk-mac_86/tools/ddms 2010-12-09 05:22:56.000000000 +0000 | |
@@ -66,7 +66,7 @@ | |
# Mac OS X needs an additional arg, or you get an "illegal thread" complaint. | |
if [ `uname` = "Darwin" ]; then | |
- os_opts="-XstartOnFirstThread" | |
+ os_opts="-XstartOnFirstThread -d32" | |
else | |
os_opts= | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment