Skip to content

ljishen/docker-vnc-android-studio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Studio in Docker via VNC

This image helps you to bootstrap your Android development environment in the remote host.

screenshot

Prerequisites

  • Make sure you have KVM installed properly in the host (e.g. KVM installation for Ubuntu)
  • The current user $USER has enough permission to access /dev/kvm

Usage

  1. Download and extract the Android Studio .zip bundle in the remote host

    unzip android-studio-ide-XXX.XXXXXXX-linux.zip -d $HOME/android
  2. Start VNC server with the run script

    ./run
  3. Connect to the remote host via VNC viewer

    [HOST_IP]:5901, default password: vncpassword

    You can also connect via browsing

    http://[HOST_IP]:6901/vnc.html, default password: vncpassword

  4. You should see the Android Studio already started on the desktop, otherwaise you can launch it via command line

    studio.sh

Credit

About

Android Studio in Docker Container!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages