Stack Overflow archive
0 scoreaccepted

Importing com.android.dx

score
0
question views
815
license
CC BY-SA 3.0

Open up android.jar and navigate to com.android. You will notice the package com.android.dx is omitted.

Edit: You should be able to add dx.jar as a dependency. It should be located in android-sdk/build-tools/[version]/lib/dx.jar

Originally posted on Stack Overflow. Public user contributions are licensed under Creative Commons Attribution-ShareAlike.