niranjan94/show-java — reverse-engineered prompt

Reverse engineered prompt

Build me an Android app that can decompile APK, JAR, and DEX files right on the phone. I want someone to be able to pick a file from storage or choose an installed app, run the decompile, and then browse the recovered Java source plus Android resources like layouts, manifest files, values, drawables, and image assets.

Make it feel simple and polished, with a clean source viewer, syntax highlighting, zoom, line wrap, and an easy file navigator. Let the user choose between a few decompiler engines, then save the output to a folder on the device so it can be copied later. I also want a built in way to archive and share the decompiled result.

Please make it work on Android devices directly, including older versions where possible, and handle the compatibility differences between decompiler engines in a sensible way. If you need details on current Android behavior or decompiler integration, look up the docs online.

Want more depth? Deep Reverse