skip to Main Content

Android Studio – How to get rid of `Unresolved reference: NavController` error in Android-Kotlin?

Other than the NavController, I am getting the same error for AppCompatActivity(), layoutInflater, and a few more in the below mentioned code. Error: Unresolved reference: NavController and so on... MY Code: package com.example.wordsapp import android.os.Bundle import androidx.appcompat.app.AppCompatActivity import androidx.navigation.NavController import…

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
Back To Top
Search