Skip to content

soonick/android-docker-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

android-docker-hello-world

This is "hello world" application built with Android and Kotlin. The build environment is inside a Docker container so it is very easy to build and install in a phone.

Build the docker image:

docker build -t android-docker .

Get a terminal to the container:

docker run -it --privileged --volume=$(pwd)/workspace:/opt/workspace android-docker bash

Build and install the app:

./gradlew installDebug

About

Hello world Android app built with Docker and Kotlin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages