Deadolus / android-studio-docker

Android Studio + flutter in Docker. Emulator works too - with or without Display, even over SSH if you forward the display
Apache License 2.0
138 stars 56 forks source link

Updated Android Studio to Electric Eel | 2022.1.1 Patch 2 #11

Closed mtomcanyi closed 1 year ago

mtomcanyi commented 1 year ago

Hey @Deadolus, thanks a lot for creating the Docker image!

Sending pull request for your consideration, where I updated Android Studio to Electric Eel release. By my understanding, this should be last stable release which still uses Java 11 and not Java 17.

I haven't done any extensive development with this updated version. Just used it to run Snowplow Demo for my testing purposes: https://github.com/snowplow/snowplow-android-tracker

The demo wouldn't compile with the old version. It compiled and ran successfully in emulator with Electric Eel.

Feel free to validate and reject my pull request in case is still broken.

Thanks again, really appreciate your work on the original image. Michal

Deadolus commented 1 year ago

Hi @mtomcanyi thanks for the Pull Request. I am going to merge that in. I also added you to the contributors list - thanks for creating the PR.

Deadolus

mtomcanyi commented 1 year ago

Np, cheers!