Wingetlywingetly
← All apps

APK Editor Studio

by Alexander Gorishnyakv1.7.2

Last updated

Powerful yet easy to use APK editor for PC and Mac.

Install with winget

$ winget install --id AlexanderGorishnyak.APKEditorStudio --exact --version 1.7.2

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for APK Editor Studio

APK Editor Studio uses MSI (WiX). The silent install switches are /quiet /norestart.

One-line silent install (x86, machine scope)
msiexec.exe /i apk-editor-studio_windows_1.7.2.msi /quiet /norestart

See the full silent install reference for APK Editor Studio

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

APK Editor Studio is a powerful yet easy to use APK reverse-engineering tool written in C++/Qt.

Installers · v1.7.2

ArchitectureTypeScopeInstallDownload
x86MSI
WiX
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for APK Editor Studio.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • APK Icon EditorAlexander Gorishnyak
    AlexanderGorishnyak.APKIconEditorv2.2.0

    APK editor to easily change APK icons, name and version.

  • Q
    QtScrcpyBarry
    Barry-ran.QtScrcpyv3.3.3

    Android real-time display control software.

  • LibreCADLibreCAD Team
    LibreCAD.LibreCADv2.2.1.5

    LibreCAD is a cross-platform 2D CAD program written in C++11 using the Qt framework. It can read DXF and DWG files and can write DXF, PDF and SVG files. The user interface is highly customizable, and has dozens of translations.

  • Notepad--ndd开源组织
    ndd.Notepad--v3.7.2

    A cross-platform alternative notepad application.

  • OpenSpeedyGame1024
    Game1024.OpenSpeedyv3.3.10

    🎮 An open-source game speed modifier.[一款开源的游戏变速器]

  • MuseScoreMuseScore BVBA and Others
    Musescore.Musescorev4.7.5.260831071

    Create, play back and print beautiful sheet music with free and easy to use music notation software MuseScore.

More from Alexander Gorishnyak or browse apk-decompiler, apk-editor, apktool.

Frequently asked questions

How do I install APK Editor Studio on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id AlexanderGorishnyak.APKEditorStudio --exact --version 1.7.2. winget downloads the installer from Alexander Gorishnyak and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install APK Editor Studio silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id AlexanderGorishnyak.APKEditorStudio --exact 1.7.2 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for APK Editor Studio?
APK Editor Studio uses MSI (WiX). Run the downloaded installer with: msiexec.exe /i apk-editor-studio_windows_1.7.2.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall APK Editor Studio via winget?
Run: winget uninstall --id AlexanderGorishnyak.APKEditorStudio --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from APK Editor Studio's Apps & Features entry.
Is APK Editor Studio free?
APK Editor Studio is distributed under GPL-3.0. Refer to the publisher (https://github.com/kefir500/apk-editor-studio) for the full license terms - Wingetly itself does not charge for installation.
Does APK Editor Studio work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls APK Editor Studio directly from the publisher.
How do I keep APK Editor Studio up to date?
Run winget upgrade --id AlexanderGorishnyak.APKEditorStudio --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of APK Editor Studio from microsoft/winget-pkgs.