skip to Main Content

Android Studio – How to solve the error FAILURE: Build failed with an exception. * Where: Script 'C:flutterpackagesflutter_toolsgradleflutter.gradle' line: 1005

I'm trying to run the application in the android emulator but this error keeps popping. FAILURE: Build failed with an exception. * Where: Script 'C:flutterpackagesflutter_toolsgradleflutter.gradle' line: 1005 * What went wrong: Execution failed for task ':app:compileFlutterBuildDebug'. > Process 'command 'C:flutterbinflutter.bat''…

VIEW QUESTION

Android Studio – How to fix this PlayerNotificationManager.createWithNotificationChannel error

I am developing a music app but i am getting error can anybody tell me how to fix this PlayerNotificationManager.createWithNotificationChannel? .createWithNotificationChannel is not recognizable class MusicNotificationManager( private val context: Context, sessionToken: MediaSessionCompat.Token, notificationListener: PlayerNotificationManager.NotificationListener, private val newSongCallback: () -> Unit…

VIEW QUESTION

How do I fix this "Duplicate class error" in Android Studio

I updated implementation com.google.android.gms:play-services-ads:19.8.0 to implementation com.google.android.gms:play-services-ads:20.4.0 and now I get this error: Duplicate class com.google.android.gms.internal.measurement.zzbs found in modules jetified-play-services-measurement-18.0.2-runtime (com.google.android.gms:play-services-measurement:18.0.2) and jetified-play-services-measurement-sdk-api-18.0.3-runtime (com.google.android.gms:play-services-measurement-sdk-api:18.0.3) Duplicate class com.google.android.gms.internal.measurement.zzl found in modules jetified-play-services-measurement-impl-18.0.2-runtime (com.google.android.gms:play-services-measurement-impl:18.0.2) and jetified-play-services-measurement-sdk-api-18.0.3-runtime (com.google.android.gms:play-services-measurement-sdk-api:18.0.3) Duplicate class com.google.android.gms.measurement.internal.zzfh found in…

VIEW QUESTION
Back To Top
Search