Android SDK's dx Tool

dx is an Android SDK platform tool that transforms Java bytecode (and JARs) into Dalvik VM 'DEX' code.

License

License

GroupId

GroupId

com.google.android.tools
ArtifactId

ArtifactId

dx
Last Version

Last Version

1.7
Release Date

Release Date

Type

Type

jar
Description

Description

Android SDK's dx Tool
dx is an Android SDK platform tool that transforms Java bytecode (and JARs) into Dalvik VM 'DEX' code.
Project URL

Project URL

http://developer.android.com/guide/developing/tools/index.html
Source Code Management

Source Code Management

https://android.googlesource.com/platform/dalvik

Download dx

How to add to project

<!-- https://jarcasting.com/artifacts/com.google.android.tools/dx/ -->
<dependency>
    <groupId>com.google.android.tools</groupId>
    <artifactId>dx</artifactId>
    <version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.android.tools/dx/
implementation 'com.google.android.tools:dx:1.7'
// https://jarcasting.com/artifacts/com.google.android.tools/dx/
implementation ("com.google.android.tools:dx:1.7")
'com.google.android.tools:dx:jar:1.7'
<dependency org="com.google.android.tools" name="dx" rev="1.7">
  <artifact name="dx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.android.tools', module='dx', version='1.7')
)
libraryDependencies += "com.google.android.tools" % "dx" % "1.7"
[com.google.android.tools/dx "1.7"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.7