anorien90 c9d19dd6a1
Some checks failed
Test setup and build APKs archlinux / Build-APK-Arch-Linux (push) Failing after 7m0s
Test setup and build APKs / Build-and-Create-Development-Environment (push) Successful in 13s
updated packages.txt for java-21-openjdk
2025-12-09 18:06:03 +01:00
2025-12-09 11:35:41 +01:00
2025-12-09 17:45:15 +01:00
2025-12-09 12:10:25 +01:00

Fast apk creation tool for Android

This repository contains a simple and efficient tool for creating Android APK files quickly. It is designed to streamline the process of packaging Android applications, making it easier for developers to generate APKs for testing and deployment.

Features

The build process is based on the tool gradle

Installation

  1. Clone this repository to your local machine using:
git clone https://git.nxs.solutions/Fast/apk.git FastAPK
  1. Get the gradle build tool from here.

  2. Navigate to the project directory, copy one of the sample app folders to create your own app:

cd FastAPK
cp -r FastDocumentation MyFastApp
cd MyFastApp
unzip ~/Downloads/gradle-<version>-all.zip -d ./gradle
  1. Modify the build.gradle file to set your application ID, version, and other configurations as needed.o

  2. Modify the src/main/AndroidManifest.xml file to set your app's permissions and other manifest settings.

  3. Add your application code and resources in the src/main/java and src/main/res directories respectively.

  4. Modify the src/main/res/values/strings.xml file to set your app's name and other string resources.

Building the APK

To build the APK, run the following command in the project directory:

    ./gradle/gradle-<version>/bin/gradle clean assembleDebug
Description
Android application environment
Readme 1.2 MiB
Languages
Kotlin 88.9%
Shell 11.1%