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
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.