skip to Main Content

Error in AndroidManifest.xml in Flutter App "Attribute class not Found"

AndroidManifest.xml showing me 10 errors in the code below. I am unable to understand why it is showing these errors and how can I resolve this. Help me out from these errors. <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.buis_talk"> <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> <uses-permission…

VIEW QUESTION
Back To Top
Search