简体   繁体   English

FLURRY用android

[英]FLURRY with android

i need to integrate flurry on my app and i want to know how to do it , i tried with some tuto but dosen't work, please if some one can help me , and thank you . 我需要将flurry整合到我的应用程序上,我想知道该怎么做,我尝试了一些tuto但是没有工作,如果有人可以帮助我,谢谢你。 this is what i used on manisfest : 这就是我在manisfest上使用的:

  <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
    <uses-permission android:name="android.permission.VIBRATE" />
    <uses-permission android:name="android.permission.GET_ACCOUNTS" />
    <uses-permission android:name="android.permission.WAKE_LOCK" />
    <uses-permission android:name="com.mobiblanc.wydadnews.permission.C2D_MESSAGE" />
    <uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />

Take a look at this blog post I wrote on how to integrate error reporting services (as BugSence and Crittercism ) and usage monitoring services ( Flurry ) in your application: 看一下我写的关于如何在您的应用程序中集成错误报告服务(如BugSenceCrittercism )和使用监控服务( Flurry )的博客文章:

Error Reports and Usage Monitoring 错误报告和使用情况监控

I'm sure you will find it useful. 我相信你会发现它很有用。

Please refer to the official documentation available on Flurry's website for integrating the Flurry SDK in your Android app. 请参阅Flurry网站上提供的官方文档 ,以便在您的Android应用中集成Flurry SDK。

(Full disclosure: I work in the Support team at Flurry) (完全披露:我在Flurry的支持团队工作)

You will have fixed it by now but for anyone else looking I integrated Flurry yesterday and after downloading the SDK I followed the instructions in the Support section of their website and was getting errors. 你现在已经修好了,但是对于其他任何人来说我昨天整合Flurry并在下载SDK之后我按照他们网站的支持部分中的说明进行操作并且收到错误。

Make sure to follow the instructions that you download in the SDK package, taking note of any additions to proguard.cfg if you're using Proguard. 请务必按照SDK软件包中的说明进行操作,如果您使用的是Proguard,请记下proguard.cfg的任何新增内容。 After I followed them it worked perfectly 在我跟着它们之后它完美地工作了

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM