Skip to content

duhow/android-template

Repository files navigation

Android Template

A repository template to create new Android Kotlin apps!

Build Android 8.0+ Kotlin

Get it on Obtainium Download APK


Click the button. Use this template

Setup. Code or ask to code. Do whatever you want.

Keystore

To sign your APK, create a keystore. Keep it safe.

keytool -genkeypair -v -keystore release.jks -alias ${APP_NAME} -keyalg EC -groupname secp256r1 -sigalg SHA256withECDSA -validity 10000

You can upload it to GitHub Actions as Secret ANDROID_KEYSTORE_BASE64 to generate Release APKs.

base64 -w 0 release.jks ; echo

Then define ANDROID_KEYSTORE_PASSWORD, ANDROID_KEY_PASSWORD (default is the same), and ANDROID_KEY_ALIAS as configured.

About

Repo template to initialize an Android project with automations.

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages