Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. Available Android targets:
  2. ----------
  3. id: 1 or "android-8"
  4. Name: Android 2.2
  5. Type: Platform
  6. API level: 8
  7. Revision: 3
  8. Skins: WQVGA432, QVGA, WVGA854, WQVGA400, WVGA800 (default), HVGA
  9. ABIs : armeabi
  10. ----------
  11. id: 2 or "Google Inc.:Google APIs:8"
  12. Name: Google APIs
  13. Type: Add-On
  14. Vendor: Google Inc.
  15. Revision: 2
  16. Description: Android + Google APIs
  17. Based on Android 2.2 (API level 8)
  18. Libraries:
  19. * com.google.android.maps (maps.jar)
  20. API for Google Maps
  21. Skins: WQVGA400, WVGA854, HVGA, WQVGA432, WVGA800 (default), QVGA
  22. ABIs : armeabi
  23. ----------
  24. id: 3 or "android-19"
  25. Name: Android 4.4
  26. Type: Platform
  27. API level: 19
  28. Revision: 1
  29. Skins: WQVGA432, QVGA, WVGA854, WXGA720, WSVGA, WXGA800, WQVGA400, WVGA800 (default), HVGA, WXGA800-7in
  30. ABIs : armeabi-v7a
  31. ----------
  32. id: 4 or "Google Inc.:Google APIs:19"
  33. Name: Google APIs
  34. Type: Add-On
  35. Vendor: Google Inc.
  36. Revision: 1
  37. Description: Android + Google APIs
  38. Based on Android 4.4 (API level 19)
  39. Libraries:
  40. * com.google.android.media.effects (effects.jar)
  41. Collection of video effects
  42. * com.android.future.usb.accessory (usb.jar)
  43. API for USB Accessories
  44. * com.google.android.maps (maps.jar)
  45. API for Google Maps
  46. Skins: WQVGA400, WVGA854, WSVGA, WXGA800-7in, WXGA720, HVGA, WQVGA432, WVGA800 (default), QVGA, WXGA800
  47. ABIs : armeabi-v7a
  48.  
  49. android create project
  50. --target 1
  51. --name Foo
  52. --path Foo
  53. --activity Foo
  54. --package com.Foo
  55.  
  56. UNEXPECTED TOP-LEVEL EXCEPTION:
  57. java.nio.BufferOverflowException
  58. at java.nio.Buffer.nextPutIndex(Buffer.java:519)
  59. at java.nio.HeapByteBuffer.putShort(HeapByteBuffer.java:315)
  60. at com.android.dex.Dex$Section.writeShort(Dex.java:818)
  61. at com.android.dex.Dex$Section.writeTypeList(Dex.java:870)
  62.  
  63. │'<android_home>/build-tools/19.0.0/dx'
  64. │with arguments:
  65. │ [dx] '--dex'
  66. │ [dx] '--output'
  67. │ [dx] '/<path>/Foo/bin/classes.dex'
  68. │ [dx] '/<path>/Foo/bin/classes'
  69. │ [dx] '/<path>/Foo/bin/dexedLibs/annotations-064aab7f6d582a07d494f
  70. │b587176a0bd.jar'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement