All Projects → google → Bundletool

google / Bundletool

Licence: apache-2.0
Bundletool is a command-line tool to manipulate Android App Bundles

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Bundletool

rules4android
A collection of JUnit 4 Rules for Android Developers 🔬
Stars: ✭ 23 (-99.06%)
Mutual labels:  android-development, android-testing
Awesomedialog
A Beautiful Dialog Library for Kotlin Android
Stars: ✭ 163 (-93.32%)
Mutual labels:  android-development
Best Android Tutorials
Best Free Android Tutorials By MindOrks
Stars: ✭ 144 (-94.1%)
Mutual labels:  android-development
Coolweather
Weather App that uses Android best practices. Android Jetpack, clean architecture. Written in Kotlin
Stars: ✭ 154 (-93.69%)
Mutual labels:  android-development
Android Snapshot Publisher
Gradle plugin to deploy Android Snapshot Versions
Stars: ✭ 145 (-94.06%)
Mutual labels:  android-development
Notzz App
📝 A Simple Note-Taking App built to demonstrate the use of Modern Android development tools - (Kotlin, Coroutines, State Flow, Hilt-Dependency Injection, Jetpack DataStore, Architecture Components, MVVM, Room, Material Design Components).
Stars: ✭ 158 (-93.52%)
Mutual labels:  android-development
Frodo2
Android Library for Logging RxJava2 Components
Stars: ✭ 142 (-94.18%)
Mutual labels:  android-development
Foregroundappchecker
Foreground application detection library for android.
Stars: ✭ 167 (-93.16%)
Mutual labels:  android-development
Glidetoast
GlideToast is a android library to implement flying Toast Animation
Stars: ✭ 162 (-93.36%)
Mutual labels:  android-development
Android Developer Roadmap
Android Developer Roadmap - A complete roadmap to learn Android App Development
Stars: ✭ 2,170 (-11.07%)
Mutual labels:  android-development
Getting Started With Kotlin
🚀 How to use Kotlin with popular Android libraries
Stars: ✭ 146 (-94.02%)
Mutual labels:  android-development
Simple Gallery
Browse your memories without any interruptions with this photo and video gallery
Stars: ✭ 2,128 (-12.79%)
Mutual labels:  android-development
Customrefreshview
一个支持网络错误重试,无数据页(可自定义),无网络界面(可自定义)的上拉加载更多,下拉刷新控件
Stars: ✭ 160 (-93.44%)
Mutual labels:  android-development
Groupchatapp
Developed a Group chat application using Flutter and Firebase, where users can register and create groups or join already existing groups and start conversing with each other.
Stars: ✭ 145 (-94.06%)
Mutual labels:  android-development
Awesome Kotlin Android
awesome kotlin for android !
Stars: ✭ 164 (-93.28%)
Mutual labels:  android-development
Ultimate Java Resources
Java programming. All in one Java Resource for learning. Updated every day and up to date. All Algorithms and DS along with Development in Java. Beginner to Advanced. Join the Discord link.
Stars: ✭ 143 (-94.14%)
Mutual labels:  android-development
Fingerprint Android
Swiss army knife for identifying and fingerprinting Android devices.
Stars: ✭ 146 (-94.02%)
Mutual labels:  android-development
Stf
Control and manage Android devices from your browser.
Stars: ✭ 12,196 (+399.84%)
Mutual labels:  android-development
Div Games Studio
Complete cross platform games development package, originally for DOS but now available on modern platforms.
Stars: ✭ 168 (-93.11%)
Mutual labels:  android-development
Virtualapp
VirtualApp With Compatibility Of Android 10/11/12
Stars: ✭ 163 (-93.32%)
Mutual labels:  android-development

bundletool

Bundletool is a tool to manipulate Android App Bundles.

The Android App Bundle is a new format for publishing Android apps in app distribution stores such as Google Play.

Bundletool has a few different responsibilities:

  • Build an Android App Bundle from pre-compiled modules of a project.

  • Generate an APK Set archive containing APKs for all possible devices.

  • Extract APK(s) from the APK Set compatible with a given device.

  • Install APK(s) from the APK Set compatible with a connected device.

  • Extract device spec from a device as a JSON file.

  • Add code transparency to an Android App Bundle. Code transparency is an optional code signing mechanism.

  • Verify code transparency inside an Android App Bundle, APK files or an application installed on a connected device.

Read more about the App Bundle format and Bundletool's usage at g.co/androidappbundle

Documentation of bundletool commands can be found at: https://developer.android.com/studio/command-line/bundletool

Releases

Latest release: 1.8.2

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].