Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/morellexf13/android-gradle-boilerplate

🐘 An Android (API 35), React native, Gradle, Java template to create & distribute APKs for Android devices
https://github.com/morellexf13/android-gradle-boilerplate

android boilerplate-template gradle java react-native starter-template

Last synced: 11 days ago
JSON representation

🐘 An Android (API 35), React native, Gradle, Java template to create & distribute APKs for Android devices

Awesome Lists containing this project

README

        





🐘




Android Gradle Boilerplate








An Android (API 35) Gradle, Java template to create & distribute APKs for Android devices.



[![License](https://img.shields.io/badge/-MIT-red.svg?longCache=true&style=for-the-badge)](https://github.com/morellexf13/android-boilerplate/blob/main/LICENSE)



## 🦾 Pre-requisites

Android SDK

JDK/JRE setted up

Android Studio\*


## 🚀 Install

Build APK

```
./gradlew build
```

This command will generate a directory `app/build` with the apk files at `app/build/outputs/apk/{debug,release}`.

Install APK

```
./gradlew installDebug
```

Now, you can open the app from the device or emulator.