为Android生成google-services.json

时间:2015-12-21 17:21:37

标签: android google-analytics

这可能是一个愚蠢的问题,但在尝试为我的应用生成AppBarLayout文件时,我遇到了一个问题。我正在关注此guide from the google developers team来设置我的分析项目,但是当我点击get configuration file按钮时没有任何反应,我只是得到一个永不停止的加载微调器。

我试过不同的浏览器,它仍然是一样的。我检查了镀铬控制台并得到了:

<android.support.design.widget.AppBarLayout
    android:layout_height="wrap_content"
    android:layout_width="match_parent"
    android:theme="@style/AppTheme.AppBarOverlay">

    <android.support.v7.widget.Toolbar android:id="@+id/toolbar"
        android:layout_width="match_parent" android:layout_height="?attr/actionBarSize"
        android:background="?attr/colorPrimary" app:popupTheme="@style/AppTheme.PopupOverlay"
        />

    <com.ccswe.SmokingLog.views.widgets.SlidingTabLayout
        android:id="@+id/sliding_tabs"
        android:layout_width="wrap_content"
        android:layout_height="@dimen/tab_layout_height"
        />

</android.support.design.widget.AppBarLayout>

有什么建议吗?

5 个答案:

答案 0 :(得分:8)

您正在配置https://developers.google.com/analytics/devguides/collection/android/v4/start

时尝试此链接

请执行以下步骤 enter image description here

点击获取配置文件

现在选择您的应用名称 enter image description here

点击配置服务 之后,第三个窗口将打开

enter image description here

现在选择您的应用的Google Analytics帐户。

快点你做完了。

请使用所有过程并完成,因为您可以这样做。

如果您还有任何问题,请告诉我。

答案 1 :(得分:3)

好吧,有一个解决方法。你控制台日志有帮助:我点击了日志中的URL(“https://accounts.google.com/ServiceLogin?service=cloudconsole&osid=1&passiv ... 3Dtrue%26cntlbl%3DContinue%2BAdding%2BAnalytics%26cntapi%3Danalytics&amp; hl = en”)这导致我进入正确的页面而我已经能够为我的应用生成google-services.json

答案 2 :(得分:1)

来自Google分析团队的人建议the solution here

答案 3 :(得分:0)

尝试浏览此网站以获取您的配置文件 - 它是Cloud Messaging的配置文件,但它有一个按钮,显示&#34; GET CONFIGURATION FILE&#34;:

https://developers.google.com/cloud-messaging/android/client

此外,我上周在配置云消息时遇到了同样的问题但是它似乎已经在下午解决了,所以它可能只是一天的错误。

答案 4 :(得分:-1)

首次登录Google开发者帐户时获取配置的步骤。

  1. 打开谷歌开发者控制台。
  2. 登录开发者控制台。
  3. 使用有效名称创建项目。
  4. 然后转到API部分&amp;启用GCM API。
  5. 然后获取配置文件。