-1

enter image description hereim doing flutter app and i have change targetSdkVersion 30 to 31 after that it through some error Apps targeting Android 12 and higher are required to specify an explicit value for android:exported when the corresponding component has an intent filter defined and i give one solution for the error android:exported="true" after that also it showing same error

The below images are shown my proplem kindly someone help me pleae

Thomas M
  • 13
  • 4
  • Please do not post terminal text output in a screen shot. Instead just copy and paste the text into your question and format it as code. – Robert Jul 31 '23 at 12:34
  • Duplicate of: https://stackoverflow.com/q/68554294/150978 – Robert Jul 31 '23 at 12:35

1 Answers1

-2

Please add android:exported="true" in manifest file

Please add android:exported="true" in manifest file

Anonymous
  • 835
  • 1
  • 5
  • 21