How to detect unused resources in Xamarin.Android? -
How to detect unused resources in Xamarin.Android? -
is there way in xamarin.android observe unused resources? i'd observe drawables i'm no longer using.
i believe resource.designer.cs , r.java in \obj used create programme i'm not sure if there way out there? in android can utilize lint observe appears observe unused when pointed @ xamarin.android project.
the way know, human work.
i think better, way exclude drawable files, compile, check drawable errors, add together 1 1 , drawables don't added delete.
yeah, know lot of work, there util helps.
other way, search in project every drawable file name. if place file resources, delete it.
sorry, don't help solution :(
android xamarin monodroid
Comments
Post a Comment