Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] minSdk error Android #329

Closed
Areopagitics opened this issue Jan 22, 2022 · 2 comments
Closed

[BUG] minSdk error Android #329

Areopagitics opened this issue Jan 22, 2022 · 2 comments

Comments

@Areopagitics
Copy link

ℹ️ Info

Version: flutter_launcher_icons: "^0.9.2"

💬 Description

Android Icons aren't being generated ... answer is to write min/maxSdk numbers, but this should be done automatically. Please fix.

#0      int._handleFormatError (dart:core-patch/integers_patch.dart:129:7)
#1      int.parse (dart:core-patch/integers_patch.dart:55:14)
#2      minSdk (package:flutter_launcher_icons/android.dart:309:18)
#3      createIconsFromConfig (package:flutter_launcher_icons/main.dart:94:47)
#4      createIconsFromArguments (package:flutter_launcher_icons/main.dart:60:7)
#5      main (file:///C:/Users/Missions%2001/Desktop/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_launcher_icons-0.9.2/bin/main.dart:6:26)
#6      _delayEntrypointInvocation.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:295:32)
#7      _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:192:12)
pub finished with exit code 255

📜 Pubspec.yaml

dev_dependencies:
  flutter_native_splash: ^1.3.3
  flutter_test:
    sdk: flutter
  flutter_launcher_icons: "^0.9.2"
  change_app_package_name: ^1.0.0

flutter_native_splash:
  android: true
  background_image: "assets/background.png"
  android_gravity: center

flutter_icons:
  android: true
  image_path: "assets/icon.png"
@Xennis
Copy link

Xennis commented Jan 23, 2022

Looks like a duplicate of #324

@Areopagitics
Copy link
Author

Areopagitics commented Jan 23, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants