2

I just downloaded android SDK for linux_x86. I cannot find dx though. Document says it should be on /tools/ . is dx not included any more from some point?

slee
  • 21
  • 1

1 Answers1

1

dx is specific to the SDK version.

For instance, ./platforms/android-7/tools/dx in the SDK.

Yann Ramin
  • 32,895
  • 3
  • 59
  • 82