Sign inSign up

pjwarren/android-java8

By pjwarren

Updated almost 10 years ago

Android SDK with Java 8 for personal use.

Image
0

10K+

pjwarren/android-java8 repository overview

Dockerfile for Android Projects

This is a Dockerfile created specifically for headlessly building Android projects. Your Andriod project might include a ./gradlew file. If so, you can compile the project by running ./gradlew assembleDebug.

Gradle can download the necessary android packages that your project depends on, but it can't (chooses not to) "accept" the licenses for them on its own. To solve this problem (and enable fully automated builds) this dockerfile includes a section for "accepting" the current licenses ahead of time, automatically.

You should therefore read the licenses at before using this dockerfile.

Included

  • OpenJDK 8
  • Android SDK
  • Android Support Libraries
  • Google Play Services

Maintainance

  • Just rebuild it for minor updates
  • Update components for major updates
    • You can find component ids by android list sdk --all --extended

License

The MIT License.

Original work Copyright (c) 2015 FUJI Goro [email protected]. Modified work Copyright (c) 2016 Phillip Warren [email protected].

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION

Tag summary

Content type

Image

Digest

Size

1 GB

Last updated

almost 10 years ago

docker pull pjwarren/android-java8