Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 4th, 2012  |  syntax: None  |  size: 4.47 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15. The-MacBook-Air:~ cex$ cd /
  16. The-MacBook-Air:/ cex$ uname -a
  17. 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
  18. The-MacBook-Air:/ cex$ echo "$PATH"
  19. /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
  20. The-MacBook-Air:/ cex$ echo "$JAVA_HOME"
  21.  
  22. The-MacBook-Air:/ cex$ java -version
  23. java version "1.6.0_24"
  24. Java(TM) SE Runtime Environment (build 1.6.0_24-b07-334-10M3326)
  25. Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02-334, mixed mode)
  26. The-MacBook-Air:/ cex$ javac -version
  27. javac 1.6.0_24
  28. The-MacBook-Air:/ cex$ python -V
  29. Python 2.6.1
  30. The-MacBook-Air:/ cex$ echo "$ANDROID_SDK"
  31. /Applications/android-sdk-mac_86/
  32. The-MacBook-Air:/ cex$ cd "$ANDROID_SDK"/tools
  33. The-MacBook-Air:tools cex$ ./adb version
  34. Android Debug Bridge version 1.0.26
  35. The-MacBook-Air:tools cex$ ./android list target
  36. Available Android targets:
  37. id: 1 or "android-3"
  38.      Name: Android 1.5
  39.      Type: Platform
  40.      API level: 3
  41.      Revision: 4
  42.      Skins: HVGA (default), HVGA-L, HVGA-P, QVGA-L, QVGA-P
  43. id: 2 or "Google Inc.:Google APIs:3"
  44.      Name: Google APIs
  45.      Type: Add-On
  46.      Vendor: Google Inc.
  47.      Revision: 3
  48.      Description: Android + Google APIs
  49.      Based on Android 1.5 (API level 3)
  50.      Libraries:
  51.       * com.google.android.maps (maps.jar)
  52.           API for Google Maps
  53.      Skins: QVGA-P, HVGA-L, HVGA (default), QVGA-L, HVGA-P
  54. id: 3 or "android-4"
  55.      Name: Android 1.6
  56.      Type: Platform
  57.      API level: 4
  58.      Revision: 3
  59.      Skins: HVGA, QVGA, WVGA800 (default), WVGA854
  60. id: 4 or "Google Inc.:Google APIs:4"
  61.      Name: Google APIs
  62.      Type: Add-On
  63.      Vendor: Google Inc.
  64.      Revision: 2
  65.      Description: Android + Google APIs
  66.      Based on Android 1.6 (API level 4)
  67.      Libraries:
  68.       * com.google.android.maps (maps.jar)
  69.           API for Google Maps
  70.      Skins: WVGA854, HVGA, WVGA800 (default), QVGA
  71. id: 5 or "android-7"
  72.      Name: Android 2.1-update1
  73.      Type: Platform
  74.      API level: 7
  75.      Revision: 2
  76.      Skins: HVGA, QVGA, WQVGA400, WQVGA432, WVGA800 (default), WVGA854
  77. id: 6 or "Google Inc.:Google APIs:7"
  78.      Name: Google APIs
  79.      Type: Add-On
  80.      Vendor: Google Inc.
  81.      Revision: 1
  82.      Description: Android + Google APIs
  83.      Based on Android 2.1-update1 (API level 7)
  84.      Libraries:
  85.       * com.google.android.maps (maps.jar)
  86.           API for Google Maps
  87.      Skins: WVGA854, WQVGA400, HVGA, WQVGA432, WVGA800 (default), QVGA
  88. id: 7 or "android-8"
  89.      Name: Android 2.2
  90.      Type: Platform
  91.      API level: 8
  92.      Revision: 2
  93.      Skins: HVGA, QVGA, WQVGA400, WQVGA432, WVGA800 (default), WVGA854
  94. id: 8 or "Google Inc.:Google APIs:8"
  95.      Name: Google APIs
  96.      Type: Add-On
  97.      Vendor: Google Inc.
  98.      Revision: 2
  99.      Description: Android + Google APIs
  100.      Based on Android 2.2 (API level 8)
  101.      Libraries:
  102.       * com.google.android.maps (maps.jar)
  103.           API for Google Maps
  104.      Skins: WVGA854, WQVGA400, HVGA, WQVGA432, WVGA800 (default), QVGA
  105. id: 9 or "android-10"
  106.      Name: Android 2.3.3
  107.      Type: Platform
  108.      API level: 10
  109.      Revision: 1
  110.      Skins: HVGA, QVGA, WQVGA400, WQVGA432, WVGA800 (default), WVGA854
  111. id: 10 or "Google Inc.:Google APIs:10"
  112.      Name: Google APIs
  113.      Type: Add-On
  114.      Vendor: Google Inc.
  115.      Revision: 1
  116.      Description: Android + Google APIs
  117.      Based on Android 2.3.3 (API level 10)
  118.      Libraries:
  119.       * com.google.android.maps (maps.jar)
  120.           API for Google Maps
  121.      Skins: WVGA854, WQVGA400, HVGA, WQVGA432, WVGA800 (default), QVGA
  122. id: 11 or "android-11"
  123.      Name: Android 3.0
  124.      Type: Platform
  125.      API level: 11
  126.      Revision: 1
  127.      Skins: WXGA (default)
  128. id: 12 or "Google Inc.:Google APIs:11"
  129.      Name: Google APIs
  130.      Type: Add-On
  131.      Vendor: Google Inc.
  132.      Revision: 1
  133.      Description: Android + Google APIs
  134.      Based on Android 3.0 (API level 11)
  135.      Libraries:
  136.       * com.google.android.maps (maps.jar)
  137.           API for Google Maps
  138.      Skins: WXGA (default)
  139. The-MacBook-Air:tools cex$ git --version
  140. git version 1.7.2.2
  141. The-MacBook-Air:tools cex$ echo " --- The following is optional ---"
  142.  --- The following is optional ---
  143. The-MacBook-Air:tools cex$ scons -v
  144. -bash: scons: command not found
  145. The-MacBook-Air:tools cex$ echo "$HTTP_PROXY"
  146.  
  147. The-MacBook-Air:tools cex$ echo "$HTTPS_PROXY"
  148.  
  149. The-MacBook-Air:tools cex$ echo "$SOCKS_PROXY"