Page 1 of 1

Android SDK Manager - 2021/07/25 - beta.1

Posted: 28 May 2021, 15:14
by TheArkive
A GUI for Android SDK Manager. Easily install/uninstall/update packages, and also set the user %PATH% var to include binary locations.

The platform-tools package gets some special treatment because there is no built in version management in the stock SDK Manager (only latest version of platform-tools). This is quite problematic since many older Android devices function better with older versions of platform-tools. With this tool, the process of switching versions of platform-tools is significantly simplified.

Android_SDK_Manager_1.png
Android_SDK_Manager_1.png (44.12 KiB) Viewed 1271 times

This will be part of my up-and-coming ADB Toolkit (true name TBD).

:arrow: Download on GitHub

============================================================
Updates
============================================================

Re: Android SDK Manager - 2021/05/28 - a136

Posted: 16 Jun 2021, 15:31
by TheArkive
2021/06/16
  • updated the CLISAK lib
  • added GuiCtlExt lib
  • updated default blank config file
  • Download and Install are now separated.
  • Downloaded files are appropriately named and kept for future use in ScriptDir\files folder.
  • ComboBox lists downloaded files only now.
  • You can delete downloaded files from the GUI.
  • Syntax for the "Unzipper CLI" is improved to be more versatile (see example - top of script).
  • Added "ScriptDir" button to open ScriptDir folder (for manually inspecting downloaded files).

Re: Android SDK Manager - 2021/07/25 - beta.1

Posted: 25 Jul 2021, 04:29
by TheArkive
2021/07/25
  • fixed updates list not updating to "No Updates" when there are no updates
  • minor update for CLISAK lib