Press

Press kit

Everything you need to write about Pocket Studio accurately. If something here is unclear or you want a claim verified, just ask — that's preferable to guessing.

The short version

Pocket Studio is a full Android IDE that runs on the phone itself. Gradle, an OpenJDK runtime, the Android Gradle Plugin, the Kotlin compiler, language servers and a JDWP debugger all run as native processes on the device — with no emulation layer and no cloud build farm — so a developer can open a real Gradle project, edit it with real code intelligence, and produce an installable, signed APK without a computer.

One-liner

An Android IDE that runs on your phone and builds real APKs on-device.

Facts

ProductPocket Studio
Play listing namePocket Studio IDE for Android
MakerNativeWorks, an independent studio
Websitenativeworks.app
PlatformAndroid 8.0+, arm64 devices
PriceFree tier plus paid subscriptions via Google Play
Contactnativeworksapp@gmail.com

The angle worth writing about

Not "an IDE on a phone" — that framing undersells it. The interesting story is the constraint:

Real Gradle builds on the phone in your pocket, with no computer and no cloud.

For what it does and what it needs, see the docs.

Logo

The mark is a code-bracket glyph in green on a dark tile. Please use it unmodified — don't recolour it, stretch it, or add effects — and keep clear space around it equal to the rounding radius.

Pocket Studio logo mark Download SVG

Screenshots

Captured from a release build on a physical device — no mockups, no composited UI. Free to use when writing about Pocket Studio, unmodified and with the product named.

The code editor showing a Java source file from the Termux project, with line
                    numbers and syntax highlighting.
Editor — real project, real Java
The Build screen after a successful on-device build, showing a 114.47 MB release
                    APK ready to install.
Build — a 114 MB release APK, compiled on the phone
The terminal listing checked-out project directories.
Terminal
Pocket Studio on a tablet, showing the wide two-pane layout with an icon rail.
Tablet — the multi-pane layout

Email for full-resolution originals, shots of a specific screen, or a build to try yourself: nativeworksapp@gmail.com.

What not to write

A few corrections that get made often enough to list up front:

  • It doesn't build in the cloud. Compilation happens on the device. (Builds do need a network connection, but only to check a build permit.)
  • It isn't a Linux container or a terminal emulator running a desktop IDE. The toolchain runs as native Android processes.
  • The bundled runtime is OpenJDK, independently built — not Oracle Java SE, and no Java SE compatibility is claimed.
  • It is not affiliated with Google, and it is not related to Google's own Android developer tools.
  • It doesn't require root.