“error: cannot find symbol variable xml” while trying google analytics

后端 未结 6 619
名媛妹妹
名媛妹妹 2020-12-16 14:51

I am trying to implement google analytics for one of my android apps. I am totally new for analytics and android app development. I thought of trying the examples given in t

6条回答
  •  萌比男神i
    2020-12-16 15:36

    I was facing the similar issue.

    Use classpath com.android.tools.build:gradle:1.2.3. That solved my problem.

提交回复
热议问题