Home > Mobile >  [for] his development of APP in huawei mobile phones reported other virus
[for] his development of APP in huawei mobile phones reported other virus

Time:05-11

Have a great god know huawei to virus this problem except on huawei store there is no other solution?

Don't know if the project used to baidu faces the SDK and other at sixes and sevens package to
With gradle referenced in the code
Implementation fileTree (include: [' *. Jar '], dir: 'libs')
//huawei local certification capacity
Implementation (name: 'localauthentication - 1.0.1, ext:' the aar)
//Toasty
Implementation 'com. Making. GrenderG: Toasty: 1.4.2'
//loading animation library
Implementation 'com. Making. Ybq: Android - SpinKit: 1.2.0'
Popup//
Implementation 'com. Making. F0ris. Sweetalert: library: 1.5.1'
//Kongzue Dialog V3 is currently on the market the most like iOS style Dialog component
Implementation 'com. Kongzue. Dialog_v3: dialog: 3.2.4'

Implementation 'com. Android. Support: appcompat - v7:28.0.0'
Implementation 'com. Android. Support: design: 28.0.0'
Implementation 'com. Android. Support. The constraint, the constraint - layout: 2.0.4'
Implementation 'com. Android. Support: support - v4:28.0.0'

AndroidTestImplementation 'com. Android. Support. Test: runner: 1.0.2'
AndroidTestImplementation 'com. Android. Support. Test. Espresso: espresso - core: 3.0.2'

Com.lzy.net: okgo: 3.0.4 'implementation'
Implementation 'com. Squareup. Okhttp3: okhttp: 3.10.0'
Implementation 'com. Google. Code. Gson: gson: 2.8.0'
Implementation 'com. Google. Zxing: core: 3.3.0'//core zxing rely on
Implementation 'com. Journeyapps: zxing - android - embedded: 3.4.0'//generated qr code relies on
Implementation of "com. Alibaba: fastjson: ${fastjsonVersion}"
//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: 5.0.2'
//hai kang video need to
Implementation 'com. Blankj: utilcode: 1.20.3'
//DSBridge
Implementation project (' : dsbridge ')
Implementation project (' : faceplatform - UI)
Implementation project (' : faceplatform ')
Implementation project (' : ocr_ui ')
Implementation project (' : AndroidLock9View ')
//with bluetooth printer
Implementation 'com. Google. Firebase: firebase - appindexing: 16.0.2'
Implementation files (' libs/gprintersdkv1. Jar)

CodePudding user response:

The debug version also be reported to the virus?
  • Related