AndroidSDK
                                
                                
                                
                                    AndroidSDK copied to clipboard
                            
                            
                            
                        🐳 Full-fledged Android SDK Docker Image
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 ``` 
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)