Skip to content

Hi, my friends. I have a big problem. Please help. #146919

Discussion options

You must be logged in to vote

The issue you're encountering likely stems from missing or incorrect imports or dependencies in your project after switching the library from androidx.play:core to androidx.play:asset.

  1. Ensure Proper Dependency Installation
  • Open your app-level build.gradle file and ensure you've added the correct dependency for androidx.play:asset. For example:
    implementation 'androidx.play:asset:'
    Replace with the latest version available here.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Ownerbusinessjjfm

This comment was marked as spam.

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