- The-MacBook-Air:~ cex$ cd /
- The-MacBook-Air:/ cex$ uname -a
- Darwin The-MacBook-Air.local 10.7.0 Darwin Kernel Version 10.7.0: Sat Jan 29 15:17:16 PST 2011; root:xnu-1504.9.37~1/RELEASE_I386 i386
- The-MacBook-Air:/ cex$ echo "$PATH"
- /opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/Applications/android-sdk-mac_86/:/usr/local/git/bin:/usr/X11/bin
- The-MacBook-Air:/ cex$ echo "$JAVA_HOME"
- The-MacBook-Air:/ cex$ java -version
- java version "1.6.0_24"
- Java(TM) SE Runtime Environment (build 1.6.0_24-b07-334-10M3326)
- Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02-334, mixed mode)
- The-MacBook-Air:/ cex$ javac -version
- javac 1.6.0_24
- The-MacBook-Air:/ cex$ python -V
- Python 2.6.1
- The-MacBook-Air:/ cex$ echo "$ANDROID_SDK"
- /Applications/android-sdk-mac_86/
- The-MacBook-Air:/ cex$ cd "$ANDROID_SDK"/tools
- The-MacBook-Air:tools cex$ ./adb version
- Android Debug Bridge version 1.0.26
- The-MacBook-Air:tools cex$ ./android list target
- Available Android targets:
- id: 1 or "android-3"
- Name: Android 1.5
- Type: Platform
- API level: 3
- Revision: 4
- Skins: HVGA (default), HVGA-L, HVGA-P, QVGA-L, QVGA-P
- id: 2 or "Google Inc.:Google APIs:3"
- Name: Google APIs
- Type: Add-On
- Vendor: Google Inc.
- Revision: 3
- Description: Android + Google APIs
- Based on Android 1.5 (API level 3)
- Libraries:
- * com.google.android.maps (maps.jar)
- API for Google Maps
- Skins: QVGA-P, HVGA-L, HVGA (default), QVGA-L, HVGA-P
- id: 3 or "android-4"
- Name: Android 1.6
- Type: Platform
- API level: 4
- Revision: 3
- Skins: HVGA, QVGA, WVGA800 (default), WVGA854
- id: 4 or "Google Inc.:Google APIs:4"
- Name: Google APIs
- Type: Add-On
- Vendor: Google Inc.
- Revision: 2
- Description: Android + Google APIs
- Based on Android 1.6 (API level 4)
- Libraries:
- * com.google.android.maps (maps.jar)
- API for Google Maps
- Skins: WVGA854, HVGA, WVGA800 (default), QVGA
- id: 5 or "android-7"
- Name: Android 2.1-update1
- Type: Platform
- API level: 7
- Revision: 2
- Skins: HVGA, QVGA, WQVGA400, WQVGA432, WVGA800 (default), WVGA854
- id: 6 or "Google Inc.:Google APIs:7"
- Name: Google APIs
- Type: Add-On
- Vendor: Google Inc.
- Revision: 1
- Description: Android + Google APIs
- Based on Android 2.1-update1 (API level 7)
- Libraries:
- * com.google.android.maps (maps.jar)
- API for Google Maps
- Skins: WVGA854, WQVGA400, HVGA, WQVGA432, WVGA800 (default), QVGA
- id: 7 or "android-8"
- Name: Android 2.2
- Type: Platform
- API level: 8
- Revision: 2
- Skins: HVGA, QVGA, WQVGA400, WQVGA432, WVGA800 (default), WVGA854
- id: 8 or "Google Inc.:Google APIs:8"
- Name: Google APIs
- Type: Add-On
- Vendor: Google Inc.
- Revision: 2
- Description: Android + Google APIs
- Based on Android 2.2 (API level 8)
- Libraries:
- * com.google.android.maps (maps.jar)
- API for Google Maps
- Skins: WVGA854, WQVGA400, HVGA, WQVGA432, WVGA800 (default), QVGA
- id: 9 or "android-10"
- Name: Android 2.3.3
- Type: Platform
- API level: 10
- Revision: 1
- Skins: HVGA, QVGA, WQVGA400, WQVGA432, WVGA800 (default), WVGA854
- id: 10 or "Google Inc.:Google APIs:10"
- Name: Google APIs
- Type: Add-On
- Vendor: Google Inc.
- Revision: 1
- Description: Android + Google APIs
- Based on Android 2.3.3 (API level 10)
- Libraries:
- * com.google.android.maps (maps.jar)
- API for Google Maps
- Skins: WVGA854, WQVGA400, HVGA, WQVGA432, WVGA800 (default), QVGA
- id: 11 or "android-11"
- Name: Android 3.0
- Type: Platform
- API level: 11
- Revision: 1
- Skins: WXGA (default)
- id: 12 or "Google Inc.:Google APIs:11"
- Name: Google APIs
- Type: Add-On
- Vendor: Google Inc.
- Revision: 1
- Description: Android + Google APIs
- Based on Android 3.0 (API level 11)
- Libraries:
- * com.google.android.maps (maps.jar)
- API for Google Maps
- Skins: WXGA (default)
- The-MacBook-Air:tools cex$ git --version
- git version 1.7.2.2
- The-MacBook-Air:tools cex$ echo " --- The following is optional ---"
- --- The following is optional ---
- The-MacBook-Air:tools cex$ scons -v
- -bash: scons: command not found
- The-MacBook-Air:tools cex$ echo "$HTTP_PROXY"
- The-MacBook-Air:tools cex$ echo "$HTTPS_PROXY"
- The-MacBook-Air:tools cex$ echo "$SOCKS_PROXY"