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 55 app-bundle-samples issues
Sort by recently updated
recently updated
newest added

``` java.lang.RuntimeException: Duplicate class com.google.android.play.core.appupdate.AppUpdateInfo found in modules com.google.android.play.core-1.8.3-runtime.jar (:com.google.android.play.core-1.8.3:) and playcore-runtime.jar (:playcore:) ``` I have this bug when building android project with playcore.tgz installed into Unity 2020 LTS.

Task :Teapot:externalNativeBuildRelease FAILED Build TexturedTeapotNativeActivity_armeabi-v7a ninja: Entering directory `F:\code\app-bundle-samples\PlayAssetDelivery\NativeSample\Teapot\.cxx\cmake\release\armeabi-v7a' ninja: error: 'F:/code/app-bundle-samples/PlayAssetDelivery/NativeSample/Teapot/src/main/cpp/TeapotNativeActivity.cpp', needed by 'CMakeFiles/TexturedTeapotNativeActivity.dir/TeapotNativeActivity.cpp.o', missing and no known rule to make it BUT the file "F:/code/app-bundle-samples/PlayAssetDelivery/NativeSample/Teapot/src/main/cpp/TeapotNativeActivity.cpp" is EXISTS!!

Hello, I followed your samples to create a test instant app with a single module. When I upload the signed bundle to the 'instant app only' track on the play...

I am trying to access libraries included in app module from dynamic feature module. It gives error about the libraries. Any possible way out to solve this issue.

I'm trying to run the Instant App multi module example in a Nexus 5x device running Android 8 through Android Studio but it gives me the following error: ``` 03/12...

Fixes README so sample page (and Android Studio) properly show the text. It doesn't support HTML/markdown for either.

Navigation graph testing inside feature modules does not work! See details: https://issuetracker.google.com/issues/163573418

The project doesn't build in Android Studio version 3.4.1. So I downgraded the gradle version to 3.4.2 (com.android.tools.build:gradle:3.4.2). **Steps to repro** 1. Click **REQUEST INSTALL SPLIT INSTALL VIA URL** button...

migrated googlesamples

I wrote some tests for a Dynamic Feature Module inside `DynamicFeature/src/test/java/my/package/MyTest.kt`. These tests rely on a class that is hosted in the main `app` module. If I run the tests...

migrated googlesamples