I signed my flutter app in Android Studio step by step by following this answer and there after following the Flutter's Build and Release instructions. I run flutter build apk --split-per-abi
and release apk builds but when I try to run that specific architecture app it fails to do so on some devices.
flutter clean
flutter pub get
ran these commands but still the same. please help I'm stuck with signing for the past 2 months.