Skip to content

LazyBonesLZ/AndroidBundleTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android App Bundle Tool For Mac

System Requirement

  • Mac OSX 10.14.+

  • Python 2.7

  • JDK 1.8+

  • Android Studio 3.5+ (optional)

     ADB is required, and Android studio can help you to download Android SDK which contains the adb file. Then the app will auto to check the adb file path. 
     You can also download an adb file manully without Android Studio, but you should to set the adb local path in `Setting` tab manully.
    

How to use

  • Download the app's zip file form dirctionary mapApp/AndroidBundleTool, then unzip.

  • Download file bundletool.jar from here, then choose tab Setting to set the local path of it.

    Pls note: if it is the frist time you run this app, Mac OS will show a alert and you need to allow it, see how to deal with this case as follow:

  • Choose the tab AAB Tool, then set all parameters listed on the UI.

    • Export Apks: output the apks file in the specified directory
    • Open in Finder: open Finder to show output apks file
    • Install Apk: choose an apks file to install on a device
    • Apk Size: get the min and max size of apk, will show the size information in the console text area.

TroubleShot

This is an application based on python 2.7, UI is implemented by Tkinter. I am new to python, so it may not work properly on your mac. If so, it may be because your python version does not match. You can modify the source code to be compatible with other versions of the Python interface.

Platypus is a script packaging tool. If you complete a new version of the script, you can use this tool to package it into a Mac app. But when packing, you need to pay attention to the following:

  • Script Type : Python

  • Select your script

  • Interface: None

  • Uncheck the option: Remain running after execution

  • Add the default config file.

  • Uncheck the option: Create symlink to script and bundled files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages