有沒有大神知道華為報病毒這個問題除了上架華為商店之外有沒有其他解決辦法?
不知道是不是專案中用到了百度人臉的SDK和其他一些亂七八糟的包導致的
貼上gradle中參考代碼
implementation fileTree(include: ['*.jar'], dir: 'libs')
//華為本地認證能力
implementation(name:'localauthentication-1.0.1',ext:'aar')
//Toasty
implementation 'com.github.GrenderG:Toasty:1.4.2'
//加載影片庫
implementation 'com.github.ybq:Android-SpinKit:1.2.0'
//彈出框
implementation 'com.github.f0ris.sweetalert:library:1.5.1'
//Kongzue Dialog V3 目前市面上最像 iOS 風格的對話框組件
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.constraint: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'
implementation 'com.lzy.net:okgo:3.0.4'
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' //zxing核心依賴
implementation 'com.journeyapps:zxing-android-embedded:3.4.0' //生成二維碼依賴
implementation "com.alibaba:fastjson:${fastjsonVersion}"
//PushSDK必須依賴基礎組件庫,所以需要加入對應依賴
implementation 'com.umeng.umsdk:common:1.5.4'
//PushSDK必須依賴utdid庫,所以需要加入對應依賴
implementation 'com.umeng.umsdk:utdid:1.1.5.3'
//PushSDK
implementation 'com.umeng.umsdk:push:5.0.2'
//海康視頻需用到
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')
//手持藍牙列印機
implementation 'com.google.firebase:firebase-appindexing:16.0.2'
implementation files('libs/gprintersdkv1.jar')
uj5u.com熱心網友回復:
debug版本也會報病毒嗎?轉載請註明出處,本文鏈接:https://www.uj5u.com/yidong/283687.html
標籤:Android
下一篇:安卓二次開發
