AndroidSDK icon indicating copy to clipboard operation
AndroidSDK copied to clipboard

🐳 Full-fledged Android SDK Docker Image

Results 4 AndroidSDK issues
Sort by recently updated
recently updated
newest added

We could leverage GitHub Actions to build the images directly here and push them to the registries.

At the time of writing, there are 3 different `sdkmanager` binaries after updating. ```bash $ANDROID_SDK_ROOT/tools/bin/sdkmanager --version #=> 26.1.1 $ANDROID_SDK_ROOT/cmdline-tools/tools/bin/sdkmanager --version #=> 3.6.0 $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --version #=> 4.0.0 ``` ![sdkmanager](https://user-images.githubusercontent.com/352956/83326968-9f438900-a278-11ea-939f-6f2d3191c591.png)

closes: https://github.com/thyrlian/AndroidSDK/issues/78 This also adds to the changes in https://github.com/thyrlian/AndroidSDK/pull/79 by removing the i386 multiarch stuff that isn't available in current Ubuntu releases while also updating the openjdk, gradle, and...

Currently the image is built off `ubuntu:22.04`. This should be upgraded to the latest Ubuntu LTS `ubuntu:24.04`. (Not a `bug` but unable to create another type of issue)

enhancement