android-studio-docker icon indicating copy to clipboard operation
android-studio-docker copied to clipboard

Android Studio + flutter in Docker. Emulator works too - with or without Display, even over SSH if you forward the display

Results 9 android-studio-docker issues
Sort by recently updated
recently updated
newest added

On an Intel Mac, I get an error on the line `RUN chown android:android /androidstudio-data:`. The error is `chown: cannot access '/androidstudio-data': No such file or directory`. But surely the...

Hello! I am trying to run the successfully built IDE using "HOST_NET=1 ./run.sh" on my Manjaro/XFCE system. But I get this error message: `java.awt.AWTError: Can't connect to X11 window server...

Host system: - Ubuntu 20.04.6 LTS - Intel Core i5-9600K - 32GB RAM Getting an error on running `./build.sh` : ``` => ERROR [12/29] RUN chown android:android /androidstudio-data 0.3s ------...

```Start Failed Failed to initialize graphics environment java.awt.AWTError: Can't connect to X11 window server using ':0' as the value of the DISPLAY variable. (base) utopiah@r15-desktop4090:~/Prototypes/android-studio-docker$ echo $DISPLAY :0 ``` with...

the dockerfile links to directories without .

My problem is that I'm new to docker, how can I add environment variables that remain after container restart? I want to start the flutter command from the CLI.

When running "docker compose run android_emulator" the exec fails to run docker entrypoint $user :~/Android_Container/android-studio-docker$ sudo docker compose run android_emulator exec /usr/local/bin/docker_entrypoint.sh: no such file or directory

Using docker compose after cloning the repository results in the following error. Additionally, trying to run it without docker compose also results in an error: LegacyKeyValue Format error, as shown...

Oh hello there. Sorry bad english, not my main language. I'm have some issues trying to start a emulator: I got this error after hit start button in device. ```...