Hi, my friends. I have a big problem. Please help. #146919
Answered
by
mhaemnn
kjam99
asked this question in
Programming Help
-
Select Topic AreaGeneral BodyAfter changing the library for my Android Studio app from android.play:core to android.play:asset I have a problem with MainActivity / Import ( 35 ) Problem . I have no experience in this field, please help or if there is a video to solve the problem. Thank you all. |
Beta Was this translation helpful? Give feedback.
Answered by
mhaemnn
Dec 12, 2024
Replies: 1 comment 1 reply
-
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.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kjam99
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
implementation 'androidx.play:asset:'
Replace with the latest version available here.