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: 4 months 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T16:14:30.000Z (almost 2 years ago)
- Last Synced: 2025-03-17T03:42:04.603Z (over 1 year 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.
[](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.