Android极光推送,Manifest merger failed with multiple errors, see logs
生活随笔
收集整理的這篇文章主要介紹了
Android极光推送,Manifest merger failed with multiple errors, see logs
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
極光推送加載jar包時,報錯
Manifest merger failed with multiple errors, see logs
解決方法 加入紅色部分
defaultConfig {applicationId "com.nxin.client.liteapp" minSdkVersion 15 targetSdkVersion 27 versionCode 19 versionName "19.0" // multiDexEnabled true javaCompileOptions {annotationProcessorOptions { includeCompileClasspath = true }}ndk {abiFilters "armeabi", "x86", "x86_64", "mips64", "mips" } manifestPlaceholders = [JPUSH_PKGNAME : applicationId,JPUSH_APPKEY : "880fe88703ab92260d7d42ca", //JPush上注冊的包名對應的appkey.JPUSH_CHANNEL : "developer-default", //暫時填寫默認值即可.]}Sync Now 同步即可總結
以上是生活随笔為你收集整理的Android极光推送,Manifest merger failed with multiple errors, see logs的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: UVA - 572 Oil Deposi
- 下一篇: android sina oauth2.