Closed raghadromaneh closed 2 years ago
Open android > app > build.gradle
and then change both compileSdkVersion
and targetSdkVersion
to 31
Then open android > app > src > main > AndroidManifest.xml
. Under the activity tag add android:exported="true"
at the end.
Re-run you app and it should work
thank you !
what should i do ? please , step by step i am begginer