Home > Mobile >  Android quickly integrate their Allies push build. Gradle error
Android quickly integrate their Allies push build. Gradle error

Time:10-11




Is according to the official website integration
android studio error:

CodePudding user response:

Disgusting,, my computer at home is compiled normally is not an error, just pack out don't get the message, directly on my office computer cannot compile ",,,,,, good try so hard, such as online

CodePudding user response:

Stepping on bearer, guessing guessing

CodePudding user response:

Integrate their Allies utdid package failed,,,


/* circular control */
Implementation of 'DE. Hdodenhof: circleimageview: 2.1.0'

/* ButterKnife */
Implementation 'com. Jakewharton: butterknife: 8.8.1'
Implementation 'com. Jakewharton: butterknife - compiler: 8.8.1'

/* Retorfit */
Implementation 'com. Squareup. Retrofit2: retrofit: 2.3.0'

Gson/* */
Implementation 'com. Squareup. Retrofit2: converter - gson: 2.3.0'
Implementation 'com. Google. Code. Gson: gson: 2.8.1'

/* RxJava */
Implementation 'IO. Reactivex. Rxjava2: rxjava: 2.2.0'
Implementation 'IO. Reactivex. Rxjava2: rxandroid: 2.0.1'
Implementation 'com. Squareup. Retrofit2: adapter - rxjava2:2.3.0'

/* OkHttp3 */
Implementation 'com. Squareup. Okhttp3: okhttp: 3.9.1'
Implementation 'com. Squareup. Okhttp3: logging - interceptor: 3.9.1'
Implementation 'com. Squareup. Okio: okio: 1.11.0'
/* * okhttp download file
Implementation 'com. Zhy: okhttputils: 2.6.2'
/* */progress monitoring framework
Implementation 'me. Jessyan: progressmanager: 1.5.0'
/* * permissions checking framework/
Implementation 'pub. Devrel: easypermissions: 1.0.1'

/* fastJson */
Implementation 'com. Alibaba: fastjson: 1.1.56. Android'
Implementation 'com. Making. Bumptech. Glide: glide: 4.8.0'
Implementation 'com. Bigkoo: convenientbanner: at 2.0.5'
Implementation 'com. Nostra13. Universalimageloader: universal - image - loader: 1.9.5'
Implementation 'com. Danikula: videocache: 2.7.0'

/* */pinyin
Implementation 'com. Belerweb: pinyin4j: 2.5.1'

/* GreenDao */
Implementation 'org. Greenrobot: greendao: 3.2.2'

//the add library

/* dex split into multiple dex, solution for cross-border problems, error: 65536 */
Implementation 'org. Robolectric: we knew - multidex: 3.3.1'

EventBus/* */
Implementation 'org. Greenrobot: eventbus: 3.1.1'

Sliding delete/* */
Implementation 'com. Daimajia. Swipelayout: library: 1.2.0'

/* animation library */
Implementation 'com. Nineoldandroids: library: 2.4.0'

Slide out of the Activity/* */
Implementation 'com. Making. Anzewei: parallaxbacklayout: 1.1.9'

//1.1.0 (1.0.5 and previous versions of the old users to upgrade need to be careful, API changes too big)

/* drop-down refresh - pull load */
Implementation 'com. Scwang. Smartrefresh: SmartRefreshLayout: 1.1.0 - alpha - 28'
Implementation 'com. Scwang. Smartrefresh: SmartRefreshHeader: 1.1.0 - alpha - 28'

//don't use the special Header, can not add the line

Loading Dialog box/* */

//implementation 'com. Making. Lzy2626: LzyLoading: 1.9'
Implementation 'com. Kaopiz: kprogresshud: 1.0.2'

Time selector/* */
Implementation 'com. Contrarywind: Android - PickerView: 3.2.7'

/* */WeChat SDK
Implementation 'com. Tencent. Mm. Opensdk: wechat - SDK - android - with - the mta: +'

XML parsing/* */
Implementation (' com. Thoughtworks. Xstream: xstream: 1.4.7 ') {
Exclude group: 'xmlpull', the module: 'xmlpull'
}

//alipay
Implementation (name: 'alipaySdk - 15.6.2-20190416165036', ext: 'the aar)
//app security
Implementation 'com. Lahm. Library: easy - protector - release: the latest. The release of'
//ListView sideslip delete
//implementation 'com. HLQ: slideDeleteListView: 1.0.0'
Implementation files (' libs/OCR - SDK. Jar)
Implementation project (path: ': ocr_ui')

/* Allies statistics need the latest version of the modular library and statistics the SDK */
Implementation 'com. Umeng. SDK: common: latest integration'
Implementation 'com. Umeng. SDK: analytics: latest integration'
//PushSDK based component libraries have to rely on, so you need to join the corresponding dependent on
Implementation 'com. Umeng. Umsdk: common: 1.5.4'
//PushSDK must rely on utdid library, so you need to join the corresponding dependent on
Implementation 'com. Umeng. Umsdk: utdid: 1.1.5.3'
//PushSDK
Implementation 'com. Umeng. Umsdk: push: the 6.0.1'

/* walle packaged */
Implementation 'com. At meituan. Android. Walle: library: 1.1.6'
  • Related