skip to Main Content

Android Studio – Compiler error migrating to androidx.lifecycle 2.8.0 library

I am using: implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0' annotationProcessor 'androidx.lifecycle:lifecycle-common-java8:2.7.0' libraries in my Android Java project. If I try to move it to 2.8.0 version, I have a message from compiler: ViewModelProvider(androidx.lifecycle.viewmodel.ViewModelProviderImpl) has private access in 'androidx.lifecycle.ViewModelProvider. UPDATE: Thanks to @IanHannibalLake,…

VIEW QUESTION

Android Studio – Play Console Warning: Update your com.google.android.play:core:1.10.3 Maven dependency to an Android 14 compatible version or face crash in android 14

Update com.google.android.play com.google.android.play:core has added this note for core:1.10.3: Update your Play Core Maven dependency to an Android 14 compatible version! Your current Play Core library is incompatible with targetSdkVersion 34 (Android 14), which introduces a backwards-incompatible change to broadcast…

VIEW QUESTION
Back To Top
Search