I want to download the Android SDK Tools Revision 21.1. I have seen android website but I have found no way to download it. It is required as I am working on JDeveloper ADF Mobile and it follows the Android SDKs old directory structure.
Although It is good practice to work with latest SDKs, but here I have problem working with Revision 22 as JDeveloper doesn't support latest Android SDK directory structure (Rev 22).
For JDeveloper: Following links might give them why I need old SDK version.
JDeveloper / ADF Mobile and Android SDK (Rev 22) incompatibilty
ADF Mobile - Deploying to Android fails with "Cannot find program ... aapt"
ADT 22 - missing aapt.exe after upgrading. This link provides solution but it uses Maven and I don't want to use it at this time. Moreover! I couldn't understand it.
Let me know how to download Rev 21.x or provide me the solution of this problem. One solution the above link gave was to copy and paste the required files from build-tools
to platform-tools
but still, it didn't solve the issue.
Thank You!