Giter Site home page Giter Site logo

Comments (4)

liyujiang-gzu avatar liyujiang-gzu commented on August 22, 2024

共存的意义不大吧?都是获取oaid

from android_cn_oaid.

liyujiang-gzu avatar liyujiang-gzu commented on August 22, 2024

aidl冲突,你可以尝试直接clone源代码,删掉这个库的所以aidl文件试试

from android_cn_oaid.

liyujiang-gzu avatar liyujiang-gzu commented on August 22, 2024

我这边的需求是想它和移动联盟共存。但是现在发现aidl的接口是冲突的

最近我用到了一个广告SDK,该广告SDK自带了移动安全联盟的aar,的确是aidl冲突了,我重新分包,将aidl分离出来可选依赖。

    // 开放匿名设备标识,和“msa_mdid_1.0.22.aar”共存的方案如下:
    // 如果项目中已经使用了移动安全联盟的包 mdid_xxx.aar ,则可能需要取消相关有冲突的依赖项
    //implementation 'com.github.gzu-liyujiang.Android_CN_OAID:OAID_ASUS:2.0.2'
    //implementation 'com.github.gzu-liyujiang.Android_CN_OAID:OAID_BUN:2.0.2'
    implementation 'com.github.gzu-liyujiang.Android_CN_OAID:OAID_HEYTAP:2.0.2'
    //implementation 'com.github.gzu-liyujiang.Android_CN_OAID:OAID_SAMSUNG:2.0.2'
    implementation 'com.github.gzu-liyujiang.Android_CN_OAID:OAID_UODIS:2.0.2'
    implementation 'com.github.gzu-liyujiang.Android_CN_OAID:OAID_ZUI:2.0.2'
    implementation 'com.github.gzu-liyujiang.Android_CN_OAID:OAID_IMPL:2.0.2'

from android_cn_oaid.

liyujiang-gzu avatar liyujiang-gzu commented on August 22, 2024

4.0.0版本以后重新调整了与移动安全联盟 SDK 共存的方案,直接使用如下依赖即可:

dependencies {
    implementation 'com.github.gzu-liyujiang:Android_CN_OAID:latest.version'
}

最新版本:jitpack

from android_cn_oaid.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.