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.
라는 오류였고 구글링하다가 이번에는 그래도 나름 쉽게 해결책을 찾았다.
AndroidManifest.xml파일에 있는 activity 태그에 android:exported = "true"만 한 줄 더 추가해주면 된다.
그럼 ns run android 했을 때 에러 없이 잘 된다.