build failing on play-services:11.8.x with pro guard parser error

前端 未结 4 1344
执念已碎
执念已碎 2020-12-04 16:46

So it looks like there is a bug in the latest play-services to be deployed. Does anyone know how to work around this issue?

FAILURE: Build failed with an exc         


        
4条回答
  •  时光取名叫无心
    2020-12-04 17:13

    In addition to the above solution (which works): the issue seems related to Instant Run as well. If you disable Instant Run, you can build your app without changing your build.gradle. Probably, the default shrinker has changed only when building for Instant Run.

提交回复
热议问题