I have a Flutter app, working properly on multiple Android and iOS devices. Recently I found it's release version APK can't be installed on Pixel phone having Android 12, I receive this error :
Parse Error : There was a problem parsing the package
(I am using Flutter 2.5.3, current latest version)
CodePudding user response:
please install android SDK 30 in android studio
CodePudding user response:
In Android 12 and later any launchable activity should contain this flag in manifest :
exported="true"