https://github.com/emrd/java-android-template
https://github.com/emrd/java-android-template
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/emrd/java-android-template
- Owner: EmrD
- Created: 2024-11-02T15:36:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-02T16:06:54.000Z (over 1 year ago)
- Last Synced: 2025-06-28T21:35:58.843Z (12 months ago)
- Language: Java
- Homepage: https://idx.uservoice.com/forums/953956-general/suggestions/49041032-java-for-android-template
- Size: 422 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Java Android Example
This is an repository for Java on Android usage with Gradle build tools.
## Installation
First, clone this repository;
```bash
git clone https://github.com/EmrD/java-android-template
```
or if you working on Google IDX, just click
to open this repository on IDX. And check the 'This is a Flutter app' button! If you want to use directly on IDX as template, vote my suggestion: https://idx.uservoice.com/forums/953956-general/suggestions/49041032-java-for-android-template
## Getting Started
After cloning this repository;
- Install the requirements such as Android SDK, NDK, Java, Gradle, SDK Manager, Android Platform API, AVD Manager, Android Build Tools...
- Set up your ```ANDROID_HOME``` variable to your Android SDK path.
## Build On Local Environment
For building your own app, follow these steps after doing previous steps;
- Edit `MainActivity.java` and `activity_main.xml` files to change app content. Also if you want to make changes for Android view, just edit the `AndroidManifest.xml` file.
- Run `gradle assembleDebug` to start the build.
- If you get any error, you can search in some search engines or just open an issue on this repository.