Coder Social home page Coder Social logo

Comments (7)

helloxiaohui avatar helloxiaohui commented on September 28, 2024

我也是,无法正常运行起来

from multifunctionandroiddemo.

zhaojiaheng avatar zhaojiaheng commented on September 28, 2024

你去看着文档操作,比这个靠谱些

from multifunctionandroiddemo.

downtail avatar downtail commented on September 28, 2024

这还是官方demo,,囧,,

from multifunctionandroiddemo.

179098051 avatar 179098051 commented on September 28, 2024

我也是,无法正常运行起来

from multifunctionandroiddemo.

ecdsa2008 avatar ecdsa2008 commented on September 28, 2024

无语了

from multifunctionandroiddemo.

ouyangmingzhuanyong avatar ouyangmingzhuanyong commented on September 28, 2024

我的也是

from multifunctionandroiddemo.

JakeWoki avatar JakeWoki commented on September 28, 2024

gradle版本改到最新,app下的compile改为implementation,UMLibrary的compile不变,注释掉UMLibrary里build.gradle的instrumentTest.setRoot('tests')、debug.setRoot('build-types/debug')、release.setRoot('build-types/release')可以运行
或者compile project(':UMLibrary')注释掉,增加以下
//PushSDK必须依赖基础组件库,所以需要加入对应依赖
implementation 'com.umeng.umsdk:common:2.1.0'
//PushSDK必须依赖utdid库,所以需要加入对应依赖
implementation 'com.umeng.umsdk:utdid:1.1.5.3'
//PushSDK
implementation 'com.umeng.umsdk:push:6.0.1'

implementation  'com.umeng.umsdk:analytics:8.0.0'

implementation  'com.umeng.umsdk:share-core:6.9.4'
implementation  'com.umeng.umsdk:share-board:6.9.4'

implementation  'com.umeng.umsdk:share-qq:6.9.4'
implementation  'com.umeng.umsdk:share-wx:6.9.4'
implementation  'com.umeng.umsdk:share-sina:6.9.4'
implementation  'com.umeng.umsdk:share-alipay:6.9.4'
implementation  'com.umeng.umsdk:share-dingding:6.9.4'


implementation 'com.umeng.umsdk:xiaomi-push:3.6.17'
implementation 'com.umeng.umsdk:xiaomi-umengaccs:1.1.0'
implementation 'com.umeng.umsdk:huawei-basetb:2.6.3.305'
implementation 'com.umeng.umsdk:huawei-pushtb:2.6.3.305'
implementation 'com.umeng.umsdk:huawei-umengaccs:1.2.1'
implementation 'com.umeng.umsdk:meizu-push:3.8.1'
implementation 'com.umeng.umsdk:meizu-umengaccs:1.0.6'

implementation 'com.android.support:design:28.0.0'

同时AndroidManifest里的com.tencent.tauth.AuthActivity的
改为

在app-->build.gradle-->android-->defaultConfig增加manifestPlaceholders = [qqappid: "100424468"]

from multifunctionandroiddemo.

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.