引入SDK-本地集成和gradle集成

接入准备

移动分析SDK依赖于如下的TMF组件,接入前需要确保这些组件已经接入完毕。

implementation “com.tencent.tmf.android:wup:2.0.0.1“
implementation ”com.tencent.tmf.android:shark:3.0.0.3-184-52fb70dd-SNAPSHOT“
implementation “com.tencent.tmf.android:profile:3.0.0.0“
implementation ”com.tencent.tmf.android:gm:2.0.0.2-224-35762e9e-SNAPSHOT“
implementation “com.tencent.tmf.android:cipher:2.0.1.0“
implementation ”com.tencent.tmf.android:keymanager:2.0.0.2“

compileOnly 'androidx.appcompat:appcompat:1.0.2'

本地集成

  1. 将 TMF-analyse-xxxx.aar 文件拷贝到所需的 App 的 libs 目录下。

  2. 在 App 的 gradle 中引入模块(若 studio 版本在3.0以下,请使用 compile 的引用头)。 参考代码:

    implementation(name: 'TMF-analyse-xxxx, ext: 'aar')
    

在线集成

在应用的build.gradle配置文件中引入移动分析SDK

   implementation "com.tencent.tmf.android:analyse:1.1.0.11"
Copyright © 2013-2023 Tencent Cloud. all right reserved,powered by GitbookUpdate Time 2023-08-31 14:46:07

results matching ""

    No results matching ""