android-platform-tools-base 2.2.2-5 source package in Ubuntu

Changelog

android-platform-tools-base (2.2.2-5) unstable; urgency=medium

  [ Vladimir Petko ]
  * Resolve the failure to build from source:
    - d/p/{der-output-stream.patch, add-exports.patch}: sun.security
      PKCS7 class now only supports encoding to DerOutputStream.
      Explicitly instantiate it.
    - d/p/bouncycastle177-compat.patch: use ASN1OutputStream instead
      of remove DerOutputStream.
    Closes: #1058331, LP: #2056088.

 -- Andrej Shadura <email address hidden>  Sun, 19 May 2024 15:01:22 +0200

Upload details

Uploaded by:
Android tools Maintainer
Uploaded to:
Sid
Original maintainer:
Android tools Maintainer
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
android-platform-tools-base_2.2.2-5.dsc 3.2 KiB ba7ec9c63c73262be7fb204027879094aee4ac6857baa2af1146ddfb1e5a3ce7
android-platform-tools-base_2.2.2.orig.tar.xz 16.3 MiB 079fd0757fdea4172acc759112215db387312e0c416ba4b17608f97c94909b71
android-platform-tools-base_2.2.2-5.debian.tar.xz 159.8 KiB 8d7b9fc610c86467a5d92bb763baf4cab43f5897182bf767351c598548971f5d

No changes file available.

Binary packages built by this source

android-platform-tools-base: base tools for developing applications for the Android system

 This package includes various tools for developing and building Android
 applications, e.g.
 .
  * Draw 9-patch: Allows you to easily create a NinePatch graphic using a
    WYSIWYG editor. It also previews stretched versions of the image, and
    highlights the area in which content is allowed.
 .
  * screenshot2: Takes a screenshot from a remote Android device.
 .
 default-jre or other non-headless JRE needs to be installed in order to run
 "draw9patch". However draw9patch fails to run due to bug #798794.

libandroid-ddms-java: Communicate with devices through adb - Core library

 Dalvik Debug Monitor Server (DDMS) provides 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, and more.
 .
 This library is used by several tools outside of DDMS such as HierarchyViewer.
 .
 This package provides "ddmlib.jar" in the Android SDK.

libandroid-layoutlib-api-java: Library to use the rendering library for Android layouts - API

 This library describes the API used to load and interact with layoutlib. Any
 tool loading layoutlib should depends on it.
 .
 This package provides "layoutlib-api.jar" in the Android SDK.

libandroid-tools-annotations-java: annotations used throughout the Android tools libraries

 This package provides support for annotations which can be found in all
 Android tools libraries.

libandroid-tools-common-java: common library used by other Android tools libraries

 This package provides common tasks and classes which are used by other Android
 tools libraries.

libandroid-tools-dvlib-java: Library to manage the Android device database XML files

 This library is used by libandroid-tools-sdklib-java.
 .
 This package provides "dvlib.jar" in the Android SDK

libandroid-tools-repository-java: Library for downloading and managing package repositories

 This library provides the API to parse the XML format manifest of Android SDK's
 official package repository.
 .
 This package provides "repository.jar" in the Android SDK.

libandroid-tools-sdklib-java: Library to parse and download the Android SDK

 This library is used by the SDK manager.
 .
 This package provides "sdklib.jar" in the Android SDK.

libgradle-android-plugin-java: Android Plugin for Gradle

 The Android build system uses the Android Plugin for Gradle to support building
 Android applications with the Gradle build toolkit. The plugin runs independent
 of Android Studio so the plugin and the Gradle build system can be updated
 independently of Android Studio. You can build your Android applications from
 within Android Studio or from the command line on your machine or on machines
 where Android Studio is not installed (such as continuous integration servers).
 .
 This package does not include gradle-experimental.jar because its dependencies
 are hard to resolve in Debian.
 .
 To build an Android application using the plugin in Debian, install
 `android-debian-helper` and use the init.gradle provided by that package.

libgradle-android-plugin-java-doc: Android Plugin for Gradle - Documentations

 The Android build system uses the Android Plugin for Gradle to support building
 Android applications with the Gradle build toolkit. The plugin runs independent
 of Android Studio so the plugin and the Gradle build system can be updated
 independently of Android Studio. You can build your Android applications from
 within Android Studio or from the command line on your machine or on machines
 where Android Studio is not installed (such as continuous integration servers).
 .
 This package provides some templates for using the Gradle plugin.