crashlytics

Progaurd issue “Warning:Ignoring InnerClasses attribute for an anonymous inner class”

匿名 (未验证) 提交于 2019-12-03 01:25:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I don't know how I can describe this issue. I searched a lot, but I didn't find any solution. Also this solution did not help me -keepattributes EnclosingMethod : dependencies { compile project ( ':libraries:material-drawer' ) compile fileTree ( dir : 'libs' , include : [ '*.jar' ]) testCompile 'junit:junit:4.12' compile 'com.android.support:appcompat-v7:23.2.0' compile 'com.android.support:recyclerview-v7:23.2.0' compile 'com.android.support:design:23.2.0' compile 'com.google.code.gson:gson:2.4' compile 'com.mcxiaoke.volley

Could not determine the dependencies of task ':app:crashlyticsStoreDeobsDebug' if I enable the proguard

。_饼干妹妹 提交于 2019-12-03 01:23:08
I get following error when I was running an app within Android Studio 2. Gradle tasks [:app:assembleDebug] Could not determine the dependencies of task ':app:crashlyticsStoreDeobsDebug'. > Task with path 'dexDebug' not found in project ':app'. BUILD FAILED Here is the build.gradle for module buildscript { repositories { maven { url 'http://download.crashlytics.com/maven' } maven { url "http://dl.bintray.com/populov/maven" } } dependencies { classpath 'com.crashlytics.tools.gradle:crashlytics-gradle:1.+' } } apply plugin: 'com.android.application' apply plugin: 'crashlytics' repositories {

Error resolving gradle issue…Error:Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'

匿名 (未验证) 提交于 2019-12-03 01:23:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am facing issue while running the app, it shows Error:Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'. java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex error . i tried all the available answer but cant find one to solve my issue, so kindly help me with it. I have tried cleaing and rebuilding project, also all libraries versions are same cant solve my issue yet. Thanks in advance. My build.gradle: android { compileSdkVersion 27 defaultConfig {

CrashlyticsMissingDependencyException

匿名 (未验证) 提交于 2019-12-03 01:18:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I have been using the latest Crashlytics (Fabric integration) for a while. But recently I encountered the following crash error due to missing dependency although I didn't change anything about Crashlytics configurations. any idea? 02 - 08 22 : 18 : 00.935 18887 - 18887 /? E / Fabric : . 02 - 08 22 : 18 : 00.935 18887 - 18887 /? E / Fabric : . | | 02 - 08 22 : 18 : 00.935 18887 - 18887 /? E / Fabric : . | | 02 - 08 22 : 18 : 00.935 18887 - 18887 /? E / Fabric : . | | 02 - 08 22 : 18 : 00.935 18887 - 18887 /? E / Fabric : . \ | | /

Crashlytics timed out during initialization

匿名 (未验证) 提交于 2019-12-03 01:17:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: When I run my Android app with Crashlytics, it hangs at startup, and I get a TimeoutException . Then, when I try to crash my app, I get another TimeoutException, with the message CrashlyticsCore: Failed to execute task . The crash doesn't appears on my Firebase console. I set up Crashlytics Firebase's tutorial, and I do not have a Fabric account. I also followed this commit , making me add the gms.google-services plugin. Thanks for your help. 回答1: I had this problem today and in my case downgrading from implementation 'com.crashlytics.sdk

Multiple dex files define Landroid/arch/lifecycle/LiveData$LifecycleBoundObserver;

匿名 (未验证) 提交于 2019-12-03 01:06:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: when run app it show error Error:Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'. java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex build.gradle dependencies { implementation 'com.android.support.constraint:constraint-layout:1.0.2' compile('com.mapbox.mapboxsdk:mapbox-android-navigation-ui:0.6.2') { transitive = true } compile 'com.mapbox.mapboxsdk:mapbox-android-navigation:0.6.2' compile 'com.google.firebase:firebase-auth:11.6.0' compile 'com.google

Green Dao Could not init DAOConfig

匿名 (未验证) 提交于 2019-12-03 01:05:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I tried to use an old android application, that's use Green Dao such us database also this applicatioh had a flavour, so I compile and I install the apk but the app wan't start it gives this exception : Process: com.xxxx.boeufaujardin, PID: 20011 java.lang.RuntimeException: Unable to create application com.android.tools.fd.runtime.BootstrapApplication: de.greenrobot.dao.DaoException: Could not init DAOConfig at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4556) at android.app.ActivityThread.access$1500(ActivityThread

Export Crashlytics Crashes Report Log

匿名 (未验证) 提交于 2019-12-03 00:46:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I need to export the Crashlytics Crashes Report Log into some external file system. Using their hooks will not work as those are only for new reports whereas I need to export the full open issues. I have found this library: https://github.com/MattNewberry/crashstats but it seems that Crashlytics are blocking it from working. Looking at the chrome debugger, I am trying to replicate the call to their API using curl so I can later code it in Java/ Ruby: $ curl --data "email=user@example.com&password=pass" --referer " https://w ww.crashlytics

Fabric distribution issue (We couldn't locate the following devices in your profile)

怎甘沉沦 提交于 2019-12-03 00:12:22
I registered new device in developer.apple.com and after generation all profiles when I tried to send the build caught this issue: "We couldn't locate the following devices in your profile... Use this file to update missing UDIDs in your ... development profile in the Apple iOS Provisioning". But this UDID is not missed. I tried to disable it, generate all profiles, enable it and generate again. Also I tried to delete old profiles and create new. Nothing changed. All other devices works fine. If I try to install this build via Beta app - "developer needs to add this device's UDID to a build".

Swift crash “EXC_BREAKPOINT 0x0000000… ”

会有一股神秘感。 提交于 2019-12-03 00:01:36
I do have three different crashes in my iOS app; different code locations, but all three with "exc_breakpoint 0x000000...". I cannot reproduce them, they happen on different devices and different iOS versions. As mentioned, I cannot reproduce them, none of our testers had a crash like that, but according to crashlytics they happen too often to ignore. Above all I'm generally interested in what this EXC_BREAKPOINT 0x0000... means, e.g. unwrapping nil-optional, cast error, ... first one: second one: third one: I am also struggling with the similar Crash Log ie. EXC_BREAKPOINT 0x000000010006a4d4.