fabric.io

peer not authenticated: Error while building app in Android Studio

被刻印的时光 ゝ 提交于 2019-12-07 14:54:31
问题 I have been trying to build the application which uses crashlytics from fabric.io. But build gets failed with bellow mentioned error. Executing tasks: [clean, :app:generateDebugSources, :app:generateDebugAndroidTestSources] Configuration on demand is an incubating feature. FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project ':app'. > Could not resolve all dependencies for configuration ':app:classpath'. > Could not resolve io.fabric.tools:gradle

peer not authenticated: Error while building app in Android Studio

不羁的心 提交于 2019-12-06 00:01:29
I have been trying to build the application which uses crashlytics from fabric.io. But build gets failed with bellow mentioned error. Executing tasks: [clean, :app:generateDebugSources, :app:generateDebugAndroidTestSources] Configuration on demand is an incubating feature. FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project ':app'. > Could not resolve all dependencies for configuration ':app:classpath'. > Could not resolve io.fabric.tools:gradle:1.+. Required by: TestProject18July2016:app:unspecified > Could not resolve io.fabric.tools:gradle:1.+.

How can I change the time zone in Fabric? [duplicate]

自闭症网瘾萝莉.ら 提交于 2019-12-05 01:22:09
This question already has an answer here : How do you set the time zone in Crashlytics? (1 answer) Closed 2 years ago . Can I change the time zone in Fabric? Fabric got the UTC, but we located in other time zone. So when we checked the data in Fabric, we would be confused by the time. UTC time zone Ah, currently I think there is not a way to change the timezone cause all the way to change timezone are based on the UTC. 来源: https://stackoverflow.com/questions/43338481/how-can-i-change-the-time-zone-in-fabric

Branch.io (Android SDK): 'only initialize Branch in the Launcher activity' and GDPR

随声附和 提交于 2019-12-02 18:37:58
问题 According to the doc: https://docs.branch.io/pages/apps/android/ : "Only initialize Branch in the Launcher activity The app will open through the Launcher activity, where Branch will initialize and retrieve the deep link data from the link click." My problem is that I have got a GDPRLauncherActivity that is the launcher activity of my project. This GDPR activity is displayed to EU users at first launch and never displayed anymore later (the GDPRLauncherActivity directly launches my

Branch.io (Android SDK): 'only initialize Branch in the Launcher activity' and GDPR

时光怂恿深爱的人放手 提交于 2019-12-02 09:04:15
According to the doc: https://docs.branch.io/pages/apps/android/ : "Only initialize Branch in the Launcher activity The app will open through the Launcher activity, where Branch will initialize and retrieve the deep link data from the link click." My problem is that I have got a GDPRLauncherActivity that is the launcher activity of my project. This GDPR activity is displayed to EU users at first launch and never displayed anymore later (the GDPRLauncherActivity directly launches my mainActivity), and never displayed to the users outside the EU (the GDPRLauncherActivity will also directly

What is the difference between API key and Build Secret in Fabric.io?

北战南征 提交于 2019-12-01 21:52:26
问题 I am using Crashlytics tool from fabric.io in an android app. I have put the API key in the manifest file. Fabric also provides a build secret string. But there is no instruction to use it. May be Fabric is assuming that users have prior knowledge about using BUILD SECRET. I have no idea what a build secret string is and where to use it in android projects. Can anyone tell me what is BUILD SECRET in Fabric.io and where it is used in android project? Thanks in advance 回答1: Mike from Fabric

issue with uploading dSYM to crashlytics

为君一笑 提交于 2019-11-29 07:02:22
问题 To upload dSYM to crashlytics, I have following setup but not able to get dSYM uploaded. In my target -> build phases -> Run Script ./Fabric.framework/run KEY SECRET echo "working" ./Crashlytics.framework/run KEY SECRET In Report navigator 2015-03-27 11:45:32.868 run[12108:507] Fabric.framework/run 1.3.13 working 2015-03-27 11:45:36.000 run[12109:507] Crashlytics.framework/run 1.3.13 In my app fabric.io dashboard Missing dSYM What i'm missing? 回答1: If you have bitcode on because you want app

API 'variant.getExternalNativeBuildTasks()' is obsolete and has been replaced with 'variant.getExternalNativeBuildProviders()

橙三吉。 提交于 2019-11-27 10:01:55
Using Android Studio 3.3 Canary 11 with the gradle plugin version 3.3.0-alpha11 . It throws the following error when trying to sync gradle WARNING: API 'variant.getExternalNativeBuildTasks()' is obsolete and has been replaced with 'variant.getExternalNativeBuildProviders()'. It will be removed at the end of 2019. For more information, see https://d.android.com/r/tools/task-configuration- avoidance Affected Modules: app Clicking on the error leads me to this line in the gradle file applicationVariants.all { variant -> variant.outputs.all { outputFileName = "${variant.name}-${variant.versionName

API 'variant.getExternalNativeBuildTasks()' is obsolete and has been replaced with 'variant.getExternalNativeBuildProviders()

让人想犯罪 __ 提交于 2019-11-26 22:19:07
问题 Using Android Studio 3.3 Canary 11 with the gradle plugin version 3.3.0-alpha11 . It throws the following error when trying to sync gradle WARNING: API 'variant.getExternalNativeBuildTasks()' is obsolete and has been replaced with 'variant.getExternalNativeBuildProviders()'. It will be removed at the end of 2019. For more information, see https://d.android.com/r/tools/task-configuration- avoidance Affected Modules: app Clicking on the error leads me to this line in the gradle file