codenameakshay / async_wallpaper

https://pub.dev/packages/async_wallpaper
MIT License
23 stars 19 forks source link

how can i solve this ? #5

Closed OrwaPog closed 2 years ago

OrwaPog commented 2 years ago

Attribute application@name value=(android.app.Application) from (unknown) is also present at [:async_wallpaper] AndroidManifest.xml:19:9-79 value=(com.codenameakshay.async_wallpaper.AsyncWallpaperPlugin). Suggestion: add 'tools:replace="android:name"' to element at AndroidManifest.xml:6:4-50:19 to override.

unesbnn commented 2 years ago

This is how I solved it

In your AndroidManifest.xml Add this line inside manifest tag: xmlns:tools="http://schemas.android.com/tools" And this line inside application tag: tools:replace="android:name"