android-platform-tools-base 2.2.2-4ubuntu1 source package in Ubuntu

Changelog

android-platform-tools-base (2.2.2-4ubuntu1) noble; urgency=medium

  * Resolve the failure to build from source (LP: #2056088):
    - 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.

 -- Vladimir Petko <email address hidden>  Wed, 06 Mar 2024 13:16:37 +1300

Upload details

Uploaded by:
Vladimir Petko
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
android-platform-tools-base_2.2.2.orig.tar.xz 16.3 MiB 079fd0757fdea4172acc759112215db387312e0c416ba4b17608f97c94909b71
android-platform-tools-base_2.2.2-4ubuntu1.debian.tar.xz 160.1 KiB 1b1fdd018d239ee11f84b4ff663b5a6e962a9aadd6a66337b50f1f7a913a2ec8
android-platform-tools-base_2.2.2-4ubuntu1.dsc 3.6 KiB 1ddd6bbd450d4ba81e95dcea018d3d02bf8662f70f53e649664d65770178f9cf

View changes file

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.