Xamarin proguard.ParseException: Unknown option '' in line 1 of file 'Properties/proguard.cfg'

前端 未结 2 628
面向向阳花
面向向阳花 2020-12-10 18:33

I\'m trying to use proguard with Xamarin. So I enabled it in project options (checked Enable ProGuard), and I created a file proguard.cfg in Proper

2条回答
  •  南方客
    南方客 (楼主)
    2020-12-10 19:17

    The byte order mark can also be removed from the file with the following perl command :

    perl -e 's/\xef\xbb\xbf//;' -pi~ proguard.cfg 
    

提交回复
热议问题