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

ainstall - add support for .aab #82

Open
IGPenguin opened this issue Dec 14, 2018 · 1 comment
Open

ainstall - add support for .aab #82

IGPenguin opened this issue Dec 14, 2018 · 1 comment
Labels
new feature idea for new feature

Comments

@IGPenguin
Copy link
Owner

IGPenguin commented Dec 14, 2018

Android app bundle support installation

  • detect extension before installing, error on incompatible.
  • check ifbundletool is available, if not install it brew install bundletool
  • install and run the app

Some Stackoverflow knowledge

bundletool build-apks --bundle=./20.aab --output=./gplan.apks
bundletool install-apks --device-id=$SELECTED_DEVICE_ID --apks=gplan.apks
@IGPenguin IGPenguin changed the title A ainstall - add support for .aab ainstall - add support for .aab Jan 7, 2019
@IGPenguin IGPenguin added the enhancement existing functionality extension label Jun 23, 2019
@IGPenguin IGPenguin added help wanted unknown solution or major effort inevitable new feature idea for new feature and removed enhancement existing functionality extension labels Aug 1, 2019
@skywall
Copy link

skywall commented Aug 7, 2019

Installing .aab file is not that straightforward as it might look. You need to generate .apks (not a typo) file from .aab file through bundletool and then install it to the phone again with bundletool.

@IGPenguin IGPenguin moved this from 🔥 Hot to 📜 Backlog in Mobile Toolkit 1.0.0 Oct 19, 2019
@IGPenguin IGPenguin moved this from 📜 Backlog to 🔥 Hot in Mobile Toolkit 1.0.0 Mar 26, 2020
@IGPenguin IGPenguin moved this from 🔥 Hot to 📜 Backlog in Mobile Toolkit 1.0.0 Mar 26, 2020
@IGPenguin IGPenguin removed the help wanted unknown solution or major effort inevitable label Mar 27, 2020
@IGPenguin IGPenguin added this to 📜 Backlog in Mobile Toolkit 1.?.? Apr 4, 2020
@IGPenguin IGPenguin moved this from 📜 Backlog to ✨ New features in Mobile Toolkit 1.?.? Apr 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature idea for new feature
Projects
Mobile Toolkit 1.?.?
✨ Possible New Features
Development

No branches or pull requests

2 participants