Error "max res 25, skipping mipmap-anydpi-v26" - Xamarin Forms

1

I'm having the following error when running my app in Visual Studio 2017:

max res 25, skipping mipmap-anydpi-v26

I researched here on the internet and found nothing that could help me solve it. Does anyone know a solution or what does it mean?

I'll put the error print here.

    
asked by anonymous 18.05.2018 / 23:04

1 answer

-1

I had the same problem, and it seems to be (at least to me) that VS is not running in administrator mode. Then try to start an emulator with the privileges, or reset the VS and open it with the privileges of the administrator.

    
19.05.2018 / 17:35