skip to Main Content

flutter setup on android studio

I'm facing problem in flutter setup on android studio. how to resolve this problem ? anyone have faced this problem plz help me out. Exception in thread "main" java.util.zip.ZipException: zip END header not found at java.base/java.util.zip.ZipFile$Source.zerror(ZipFile.java:1581) at java.base/java.util.zip.ZipFile$Source.findEND(ZipFile.java:1476) at java.base/java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1483)…

VIEW QUESTION

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