Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bundletool implementation #3

Closed
Ibuprophen opened this issue Apr 26, 2019 · 5 comments
Closed

Bundletool implementation #3

Ibuprophen opened this issue Apr 26, 2019 · 5 comments
Labels
Feature New feature or request Tools Related to third-party tools

Comments

@Ibuprophen
Copy link

@kefir500, I was just wondering if you had any plans for implementing the following BundleTool (jar) within the Studio Software?

https://github.com/google/bundletool

A friend of mine had asked me about the BundleTool and, after looking into it, I thought that it would be interesting to see if you could do anything with it.

Thanks a bunch! :-)

~Ibuprophen

@kefir500 kefir500 changed the title Question Regarding BundleTool Implementation... Bundletool implementation Apr 28, 2019
@kefir500
Copy link
Owner

Building Android bundle with bundletool involves a separate compilation chain as described here. E. g. this requires AAPT2 (to compile resources, protocol buffer, etc.) which is already present in Apktool.

As APK Editor Studio delegates the APK build chain to Apktool, the bundletool support is not planned to be implemented.

@kefir500 kefir500 added Android Related to Android API Feature New feature or request Tools Related to third-party tools and removed Android Related to Android API labels Apr 28, 2019
@talk22
Copy link

talk22 commented Aug 14, 2021

Hello Everyone !
The problem we are currently facing is as follows:
How to compile APK file in AAB format, with the APK EDITOR STUDIO tool? Of course we are talking about a necessary new update
Is there any additional information?

@kefir500
Copy link
Owner

Hi @talk22,
The latest discussion is located here.

@talk22
Copy link

talk22 commented Aug 25, 2021

And for reference!
Why don't you try to improve the interface of the tool,
for example, APK Easy Tool is one of the best reverse engineering tools

@kefir500
Copy link
Owner

@talk22

APK Editor Studio and APK Easy Tool aim at completely different functions. While APK Easy Tool indeed has a simpler interface and some interesting solutions, APK Editor Studio is an IDE-like software with lots of built-in utilities, such as:

  • Resource inspector
  • Code editor
  • Icon editor
  • Title editor
  • Manifest editor

Personally, I don't see how you can bundle all this stuff in an intuitive minimalistic interface. Providing more functions leads to a more complex design. Of course, there are certain aspects to work on and improve, but it's definitely not about rewriting the core GUI concept. Probably, I will introduce an alternative simplified view for the main window in future releases, but it's not in my todo-list at the moment.

Coming back to the comparison, APK Easy Tool is a handy tool when the primary target is to manually perform the aforementioned operations. APK Editor Studio, on the other hand, contains all these tools out of the box as a part of its GUI. So the bottom line is that each of these apps has its own use cases.

Also, in the future, please create separate issues for comments not related to the topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request Tools Related to third-party tools
Projects
None yet
Development

No branches or pull requests

3 participants