Xamarin facebook fork proguard cannot access. Jar

I am using xamarin for android and I wanted to create my application using proguard.

So I use one https://libraries.io/nuget/name.atsushieno.proguard.facebook

after I installed it and create the application, I always have this error:

Error Unable to access jarfile C:\Users\samih pc\Documents\Visual Studio 2015\Projects\App Name \packages\name.atsushieno.proguard.facebook.5.3.2.2\build\..lib\proguard.jar App Name C:\Users\samih pc\Documents\Visual Studio 2015\Projects\App Name\App Name\PROGUARD 

I search on the Internet and I use mklink / j, but I still have this error, no matter what.

How can i fix this?

Do I need to change the proguard path to the mklink path?

+5
source share
1 answer

I had exactly the same problem and found a fix for my problem. I had to upgrade all my Xamarin.Android.Support packages. * Nuget to the latest version. I also updated the latest build tools.

0
source

Source: https://habr.com/ru/post/1268526/


All Articles