I just downloaded android SDK 开发者_如何学Pythonfor linux_x86. I cannot find dx though. Document says it should be on /tools/ . is dx not included any more from some point?
dx
is specific to the SDK version.
For instance, ./platforms/android-7/tools/dx
in the SDK.
精彩评论