Android Build fail - java.lang.IllegalArgumentException: already added: Lcom/google/api/client/escape/CharEscapers;

后端 未结 8 740
没有蜡笔的小新
没有蜡笔的小新 2020-12-08 03:49

I just prepare small update for my android app, but I get this strange bug when I try to build my app (in debug mode). It will be great if someone smarter could look at this

8条回答
  •  Happy的楠姐
    2020-12-08 04:37

    Have a maps project in google_play_services/samples. Install jar from libproject to maven repository, add dependency to maps project and found that error. Using provided scope in dependency section solves the issue.

提交回复
热议问题