codelab-android-dynamic-features icon indicating copy to clipboard operation
codelab-android-dynamic-features copied to clipboard

Results 24 codelab-android-dynamic-features issues
Sort by recently updated
recently updated
newest added

I'm trying to use the DFM in my project but somehow it's returning negative values for my views, below is my project configuration: ``` **build.gradle(feature-moduleA)** defaultConfig { applicationId "com. sample.app"...

As the [doc for Play Core](https://developer.android.com/guide/playcore#include_playcore) linked in the third section shows, Play Core is now split into separate libraries. The codelab hasn't been updated yet.

On page [9. Converting the other modules](https://developer.android.com/codelabs/on-demand-dynamic-delivery#8): 1. The step title "Step 1 - Update the AndroidManifest files for the three modules" should actually be "Step 2 - ". 2....

after add below comment crash occurs which is about circular dependency between app and asset `implementation project(':assets')` how can i solve it?

implementation 'com.google.android.play:core:1.10.3' implementation 'com.google.android.play:core-ktx:1.8.1' com.google.gms:google-services:4.3.3 When I update my app from GP,No previously installed modules. The modules I downloaded earlier are missing My Device infomation: Samsung SM-F7110 Android 11. Another...

After following the steps in "[Download an on-demand module]". Then updating the aab file in playconsole, After downloading the testing as given. Initially I got the Toast "The assets module...

In section 4: [4. Add support for Split Install API in your app](https://developer.android.com/codelabs/on-demand-dynamic-delivery#3) Near the top of the page there is a link that should open the reference page for...

The play core library has been changed and separated into different libraries: https://developer.android.com/guide/playcore#include_playcore Please specify in the codelab tutorial on step 3 which of them I need to import.

I got this error when first building this project.NDK is missing a "platforms" directory. If you are using NDK, verify the ndk.dir is set to a valid NDK directory. It...