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

Changelog

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

  * Team upload.

  [ Kai-Chung Yan ]
  * Build with libjaxb-api-java
  * Migrate to `NamespaceContext` in JDK11
  * Replace sun.misc.BASE64Encoder with JDK8 Base64
  * Replace com.sun.org.apache.xml.internal.serialize with those in Xerces2

  [ Hans-Christoph Steiner ]
  * Do not build jack/jill, they are unused and deprecated
  * Add debian/.gitlab-ci.yml

  [ Emmanuel Bourg ]
  * Depend on libintellij-core-java and drop the embedded copy (Closes: #869286)
  * Fixed the compatibility with Gradle 4.4 (Closes: #994093)
  * Fixed the compatibility with Guava 26+
  * Depend on libeclipse-jdt-core-java instead of libecj-java
  * Added asm-util to the classpath of gradle-core
  * Added the --add-exports options required to build with Java 17
    (Closes: #894284)

 -- Emmanuel Bourg <email address hidden>  Thu, 02 Feb 2023 15:01:58 +0100

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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
android-platform-tools-base_2.2.2-4.dsc 3.7 KiB 4c31bac631066a95c01df19ed7a7875273240a1deabf3d47bab552301fbae4c4
android-platform-tools-base_2.2.2.orig.tar.xz 16.3 MiB 079fd0757fdea4172acc759112215db387312e0c416ba4b17608f97c94909b71
android-platform-tools-base_2.2.2-4.debian.tar.xz 158.9 KiB a7ec3c9f942577190103dc118cdbac11f939614ab53ea6b247e1289fa79add81

Available diffs

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.