1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177
|
Source: androidsdk-tools
Section: devel
Priority: extra
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Stefan Handschuh <handschuh.stefan@googlemail.com>,
Jakub Adam <jakub.adam@ktknet.cz>
Build-Depends:
cdbs,
debhelper (>= 10),
javahelper
Build-Depends-Indep:
bnd (>= 2.1.0),
default-jdk,
eclipse-rcp (>= 3.8.1),
libguava-java (>= 13.0.1),
libjfreechart-swt-java,
libkxml2-java,
libswt-gtk-4-java,
perl
Standards-Version: 3.9.8
Homepage: http://developer.android.com/tools/help/index.html
Vcs-Git: https://anonscm.debian.org/git/pkg-java/androidsdk-tools.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/androidsdk-tools.git
Package: libandroidsdk-common-java
Section: java
Architecture: all
Depends:
${java:Depends},
${misc:Depends}
Description: Android sdk tools common library
Common library used by other android sdk tools.
Package: libandroidsdk-sdklib-java
Section: java
Architecture: all
Depends:
libandroidsdk-common-java (= ${binary:Version}),
${java:Depends},
${misc:Depends}
Description: Android SDKlib
The Android SDKlib contains the resource assembler that compiles
the static resource files of an Android project.
.
This version of the SDKlib library lacks the support for the SDK manager.
Package: libandroidsdk-sdkstats-java
Section: java
Architecture: all
Depends:
libandroidsdk-common-java (= ${binary:Version}),
${java:Depends},
${misc:Depends}
Description: Sends Android SDK usage statistics to Google
This library sends reports about usage of the Android SDK to the
Google servers. Information can be used to help improving the
software.
.
User has to grant permission in order to participate in the data collection.
Package: libandroidsdk-swtmenubar-java
Section: java
Architecture: all
Depends:
${java:Depends},
${misc:Depends}
Description: Android SDK OS menubar hook library
This project provides a platform-specific way to hook into the default
OS menu bar.
.
Typically, an SWT Menu named "Tools" should be provided into which the
library will add "About" and "Options" menu items.
Package: libandroidsdk-ddmlib-java
Section: java
Architecture: all
Depends:
adb,
${java:Depends},
${misc:Depends}
Description: Library for communicaton with connected Android devices
Dalvik Debug Monitor Server provides a way to communicate via adb with
Android devices connected through USB or running in emulator.
Package: libandroidsdk-ddmuilib-java
Section: java
Architecture: all
Depends:
libandroidsdk-ddmlib-java (= ${binary:Version}),
${java:Depends},
${misc:Depends}
Description: User interface library for ddmlib
Dalvik Debug Monitor Server provides a way to communicate via adb with
Android devices connected through USB or running in emulator.
.
This library provies UI components for use with ddmlib.
Package: androidsdk-ddms
Section: java
Architecture: all
Depends:
libandroidsdk-ddmlib-java (= ${binary:Version}),
libandroidsdk-ddmuilib-java (= ${binary:Version}),
libandroidsdk-sdkstats-java (= ${binary:Version}),
libandroidsdk-swtmenubar-java (= ${binary:Version}),
${java:Depends},
${misc:Depends}
Description: Graphical debugging tool for Android
Dalvik Debug Monitor is a tool for debugging Android applications. Among
others, it provides these capabilities:
.
* Port-forwarding services
* Screen capture on the device
* Thread and heap information on the device
* Logcat, process, and radio state information
* Incoming call and SMS spoofing
* Location data spoofing
.
This package is required only when you want to run DDMS as a stand-alone
application. For usage from within Eclipse IDE, install eclipse-adt.
Package: libandroidsdk-hierarchyviewerlib-java
Section: java
Architecture: all
Depends:
libandroidsdk-ddmuilib-java (= ${binary:Version}),
${java:Depends},
${misc:Depends}
Description: Android Hierarchy Viewer library
Hierarchy Viewer allows you to debug and optimize your user interface.
It provides a visual representation of the layout's view hierarchy
(the Layout View) and a magnified inspector of the display (the Pixel
Perfect View).
Package: androidsdk-hierarchyviewer
Section: java
Architecture: all
Depends:
libandroidsdk-common-java (= ${binary:Version}),
libandroidsdk-hierarchyviewerlib-java (= ${binary:Version}),
libandroidsdk-swtmenubar-java (= ${binary:Version}),
${java:Depends},
${misc:Depends}
Description: Tool to debug and optimize Android user interface
Hierarchy Viewer allows you to debug and optimize your user interface.
It provides a visual representation of the layout's View hierarchy
(the Layout View) and a magnified inspector of the display (the Pixel
Perfect View).
.
This package is required only when you want to run DDMS as a stand-alone
application. For usage from within Eclipse IDE, install eclipse-adt.
Package: androidsdk-traceview
Section: java
Architecture: all
Depends:
${java:Depends},
${misc:Depends}
Description: Tool to profile performance of Android applications
Traceview is a graphical viewer for execution logs saved by your application.
It can help you debug your application and profile its performance.
Package: androidsdk-uiautomatorviewer
Section: java
Architecture: all
Depends:
libandroidsdk-common-java (= ${binary:Version}),
libandroidsdk-ddmlib-java (= ${binary:Version}),
${java:Depends},
${misc:Depends}
Description: Tool to scan and analyze the UI components of an Android application
The uiautomatorviewer tool provides a convenient visual interface to inspect
the layout hierarchy and view the properties of the individual UI components
that are displayed on the test device. Using this information, you can later
create uiautomator tests with selector objects that target specific UI
components to test.
|