Skip to content

Commit

Permalink
Merge pull request #11 from makunomark/update-readme
Browse files Browse the repository at this point in the history
Update read me
  • Loading branch information
makunomark authored Sep 23, 2020
2 parents 2434f2f + 19ec0b6 commit 2288bfd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ AAB2APK provides an easy way for you to convert your `.aab` file to an `.apk` on

1. From the [releases](https://github.com/makunomark/aab2apk/releases) page, find the latest release and download an install file.
1. On first run, the application will request you to download [bundletool-all-1.0.0.jar](https://github.com/google/bundletool/releases/download/1.0.0/bundletool-all-1.0.0.jar). If you already have one, drag and drop it to the space.

## Known issues

1. Currently works on MacOS only
1. Requires that you have Android SDK version `30.0.0` installed in the default installation directory. Usually this points to `Library/Android/sdk/`
1. There's no visual indication of when a process of converting is in progress or complete or worse, when an error occurs. To know when the process is complete, the directory of the output APK file will be opened. This usually takes 10-15 seconds. If 30 seconds elapse, and the output directory is not opened, click on `View > Toggle Developer Tools` and check the console.

0 comments on commit 2288bfd

Please sign in to comment.