DOWNLOAD APK EDITOR STUDIO (WINDOWS, LINUX e IOS)

Brazuka

Well-known member
Joined
Apr 14, 2021
Messages
34
Awards
4
Offline

Release​

I am very excited to announce the release of APK Editor Studio v1.7.0!
It's been more than a year since the previous release. The thing is, lately I don't have much spare time for APK Editor Studio due to my full-time job. However, this release fixes the major inconvenience by introducing automatic Apktool updates.
Interested? Read on to find out the details.

What's New​

Automatic Apktool Updater​

As most of you know, APK Editor Studio is using Apktool under the hood – a great tool for (de)compiling APK files.

APK Editor Studio and Apktool have different release cycles and frequency. Though APK Editor Studio is shipped with the latest Apktool version at the time of the release, it eventually becomes outdated, forcing users to manually download the new Apktool or wait for the APK Editor Studio update.

Starting from this release, it's no longer an issue. APK Editor Studio now automatically checks for Apktool updates and downloads the most recent supported version. This will drastically decrease the number of potential bugs and provide a much better user experience.

Framework Manager​

A framework file is a package containing reusable system code and resources provided by the Android operating system and device manufacturers. You can read more about frameworks here .

Now you can easily install and remove framework files thanks to the new framework manager. Currently, its functionality is plain and simple, so feel free to share your ideas and improvements.

Global Find and Replace​

Following the new search feature in the previous release, APK Editor Studio can now perform a global Find & Replace across all files in an APK. This will considerably facilitate the APK modification workflow and save a lot of users' time when it comes to bulk changes.

Advanced Code Search​

New options have been added to the code search:

  • Search case sensitivity allows you to explicitly set if results have to match the query letter case.
  • Search by regular expression offers you a more fine-grained control by specifying a powerful search pattern.
These options are available in both code editor and global Find and Replace.

Syntax Definition Downloader​

Our code editor has a built-in syntax highlighting for XML, YAML, Smali, and some other formats. However, the underlying syntax highlighting engine supports over 300 formats. Now, when you open a supported extension in the code editor, APK Editor Studio will download the corresponding syntax definitions and enable the highlighting for a large number of formats.

DOWNLOAD:
 

HellzBellz

Well-known member
Joined
Oct 30, 2022
Messages
208
Awards
3
Offline
Thank you for the share, I will try and figure out how to use it. Looks very promising!!
 

billohaley

New member
Joined
Dec 14, 2021
Messages
18
Offline
Hi i seem to be having a problem with the app every time i try and open a apk it says unpacking error any idea?
 

Hopper

Active member
Joined
Feb 25, 2023
Messages
144
Awards
2
Offline
Hi

APK Editor Studio now updated to v1.7.1
Also 1.80 is in Beta which has wordwrap added, which will make it easier to read
 
Top