Anything?

On Fri, Jun 24, 2011 at 2:42 PM, Raghav Sood <[email protected]> wrote:

> Hi all,
>
> I am trying to integrate ACRA in my app. I followed the instructions on
> there wiki page for the 4.X beta release. I am receiving errors in the class
> which extends application.
>
> The class reads as follows:\
>
> package com.raghavsood.quaker;
>
>
> import android.app.Application;
>
> import org.acra.*;
>
> import org.acra.annotation.*;
>
>
> @ReportsCrashes(formKey = "dEJzNUpJdWpRbE1ycWRyT3lOenh3dHc6MQ")
>
> public class MyApplication extends Application{
>
>  @Override
>
>     public void onCreate() {
>
>         // The following line triggers the initialization of ACRA
>
>         ACRA.init(this);
>
>         super.onCreate();
>
>     }
>
> }
>
> @ReportCrashes is giving an error and says I should make a new annotation
> for it.
> ACRA says that I should create a class, parameter, constant, local variable
> or field.
>
> Any idea on how to fix these errors?
>
> Thanks
>
> --
> Raghav Sood
> http://www.raghavsood.com/
> http://www.androidappcheck.com/
> http://www.telstop.tel/
>
>


-- 
Raghav Sood
http://www.raghavsood.com/
http://www.androidappcheck.com/
http://www.telstop.tel/

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to