-
Notifications
You must be signed in to change notification settings - Fork 406
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
error #606
Comments
Getting same issue |
getting same issue |
You are using the default path provided in the template. You should update |
yes do this but above error was throwing |
any solution about this error. ->. java.lang.NullPointerException: Attempt
to invoke virtual method 'void
android.graphics.drawable.Drawable.draw(android.graphics.Canvas)' on a null
object reference
…On Wed, Oct 30, 2024 at 3:44 PM Ali Toosi ***@***.***> wrote:
You are using the default path provided in the template. You should update
flutter_launcher_icons.yaml (or whatever else your yaml file is called)
to actually use your own image file.
—
Reply to this email directly, view it on GitHub
<#606 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACV72UXUQDCFDLDDY26KUZLZ6CWQXAVCNFSM6AAAAABQKEXHVOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBWGQ2DQNBYGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
flutter pub get
dart run flutter_launcher_icons
Resolving dependencies...
Downloading packages...
async 2.11.0 (2.12.0 available)
characters 1.3.0 (1.3.1 available)
collection 1.18.0 (1.19.1 available)
fake_async 1.3.1 (1.3.2 available)
flutter_lints 4.0.0 (5.0.0 available)
leak_tracker 10.0.5 (10.0.7 available)
leak_tracker_flutter_testing 3.0.5 (3.0.8 available)
lints 4.0.0 (5.1.0 available)
matcher 0.12.16+1 (0.12.17 available)
material_color_utilities 0.11.1 (0.12.0 available)
meta 1.15.0 (1.16.0 available)
path 1.9.0 (1.9.1 available)
stack_trace 1.11.1 (1.12.0 available)
string_scanner 1.2.0 (1.4.0 available)
test_api 0.7.2 (0.7.3 available)
vm_service 14.2.5 (14.3.0 available)
Got dependencies!
16 packages have newer versions incompatible with dependency constraints.
Try
flutter pub outdated
for more information.Building package executable...
Built flutter_launcher_icons:flutter_launcher_icons.
════════════════════════════════════════════
FLUTTER LAUNCHER ICONS (v0.14.1)
════════════════════════════════════════════
• Creating default icons Android
✕ Could not generate launcher icons
PathNotFoundException: Cannot open file, path = 'assets/icon/icon.png' (OS Error: No such file or directory, errno = 2)
The text was updated successfully, but these errors were encountered: