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?
source share