Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/morellexf13/android-gradle-boilerplate
- Owner: morellexf13
- License: mit
- Created: 2022-06-02T12:59:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T16:14:30.000Z (6 months ago)
- Last Synced: 2024-08-21T18:16:45.485Z (6 months ago)
- Topics: android, boilerplate-template, gradle, java, react-native, starter-template
- Language: Java
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.