Skip to content

Instantly share code, notes, and snippets.

@grumpyshoe
Last active February 26, 2024 22:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grumpyshoe/f4597f97f4b0bb9fa6765a94593693cb to your computer and use it in GitHub Desktop.
Save grumpyshoe/f4597f97f4b0bb9fa6765a94593693cb to your computer and use it in GitHub Desktop.
Usefull commands while developing android apps

Test related

UnitTest

Make test wait until everyting is idle

testDispatcher.scheduler.advanceUntilIdle()

Bundletool

build apks

bundletool build-apks --bundle=app-release.aab --output=app-release.apks --local-testing

install apk

bundletool install-apks --apks=app-release.apks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment