ZES Droid

Automate Android app lifecycle from scaffolding to ARM64 APK deployment.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/ZESCODE/Zes-Orchestration-System --skill zes-droid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ZES Droid
Source: https://github.com/ZESCODE/Zes-Orchestration-System/tree/main/.agents/skills/ZES-droid
Command: npx skills add https://github.com/ZESCODE/Zes-Orchestration-System --skill zes-droid

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openjdk-17, aapt2, d8, apksigner, aapt, android-tools, cordova.

What problem does it solve?

This skill solves the challenge of building Android applications on ARM64 devices like Termux without the heavy overhead and compatibility issues of the standard Gradle/AAPT2 daemon pipeline.

Core Features & Use Cases

  • Native Build Pipeline: Compiles APKs using native Termux tools like aapt2, d8, and apksigner for ARM64 compatibility.
  • AI-Driven Generation: Automatically generates HTML/JS/CSS application structures from natural language descriptions.
  • Device Integration: Provides a seamless workflow for installing, launching, and verifying apps on the local device using Shizuku and Android native tools.

Quick Start

Use the ZES Droid skill to generate a new project named myapp and build it into a deployable APK.

Frequently Asked Questions about ZES Droid

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build an Android APK on Termux without Gradle?

Build Android APKs on Termux without Gradle by using native ARM64 toolchains like aapt2, d8, and apksigner to compile, package, and sign applications directly. This avoids the heavy resource overhead of standard Gradle daemon pipelines.

Can I compile Cordova apps natively on ARM64 devices?

Yes, you can compile Cordova apps on ARM64 devices by utilizing native Termux tools to handle the compilation and packaging stages. This bypasses standard build system incompatibilities and ensures lightweight, royalty-free commercial app production.

What is the best way to deploy an APK locally on an Android device?

Deploy an APK locally by using Android native tools alongside Shizuku for seamless installation and launching. This workflow verifies the app directly on the local device after compiling the package with aapt2 and apksigner.

Do I need Shizuku to install and verify apps built on Termux?

Shizuku is required to provide a seamless workflow for installing, launching, and verifying apps on the local device. It integrates with Android native tools to handle the local deployment of the compiled APK.

Why does standard Android development fail on resource-constrained ARM64 environments?

Standard Android development fails on ARM64 environments because the traditional Gradle and AAPT2 daemon pipeline is resource-intensive and incompatible. Native Termux toolchains solve this by compiling APKs directly without heavy overhead.