app-bundle-samples icon indicating copy to clipboard operation
app-bundle-samples copied to clipboard

Multiple samples showing the best practices in app bundles on Android.

Results 40 app-bundle-samples issues
Sort by recently updated
recently updated
newest added

when i add com.google.android.play:core:1.10.3,i lanuch app happened this crash. but it happened in release apk,the debug apk is ok. java.lang.RuntimeException: Unable to start activity ComponentInfo{com.aaa/com.aaa.SplashActivity}: android.content.res.Resources$NotFoundException: Drawable com.aaa:drawable/abc_vector_test with resource...

When I download the on demand dynamic feature module it works fine as soon as I restart application I get the crash "Resource not found" . Heres the code that...

I am using include-dynamic tag in my main_navigation.xml for dynamic-feature module. After i downloaded the uploaded .aab from play store for internal testing, the first time i launched the app...

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.12.4 to 3.15.0. Release notes Sourced from protobuf's releases. Protocol Buffers v3.15.0 Protocol Compiler Optional fields for proto3 are enabled by default, and no longer require the...

dependencies

Hello, I will dynamically download the module of mlkit translate and throw this exception base module ``` implementation 'com.google.mlkit:playstore-dynamic-feature-support:16.0.0-beta1' ``` crash ``` AndroidRuntime: FATAL EXCEPTION: main Process: com.zaz.translate, PID: 15291...

Hi, sorry guys for an attempt to reopen on the recently closed `issue` (by @keyboardsurfer), by no means I want to be rude or offensive. I have also filled this...

Just wondering what the reason is that NFC is not allowed for Instant Apps? Since WebNFC is not here anytime soon it would be really nice to be able to...

> In order to run instrumentation tests, parallel builds have to be turned off at the moment. This means you can run them via ./gradlew connectedAndroidTest --no-parallel. >Tooling support for...

Hello, For the install-time method, I have an issue with AAssetMangaer if the asset nearly to 2GB. Device has throw the exception 09-28 17:39:11.868 11327 11467 E filemap : mmap(0,441527557)...

I've done the integration fo play asset pack delivery as per the documentation but unable to find a way to access the images from install asset pack in my native...