Redth / ResizetizerNT

Add SVG's and PNG's to your shared Xamarin Project
MIT License
318 stars 31 forks source link

Resizetizer folder not created #20

Open aleks42 opened 4 years ago

aleks42 commented 4 years ago

I often remove bin and obj folders in solution. When I select "Release" configuration and click "Rebuild" for the first time after that - resizetizer folder not created in Android project in \obj\Release\90\resizetizer\ . It is created if I click "Rebuild" a second time, and everything works fine. If you forgot to check, you can publish the apk without images. There are 16 png images in my crossplatform project in SharedImages folder, about 100 kilobytes in size.

Redth commented 4 years ago

Can you try the latest 0.2.0 and see if this helps?

MaxxDelusional commented 3 years ago

I have the same issue. I am using 0.2.0. If I look at \obj\Debug\110 I do not see a resizatizer folder, and I am not able to use the image sin my project.

MaxxDelusional commented 3 years ago

Ignore my last comment. I restarted my PC after updating Visual Studio, and everything seems to be working now.