Re: [android-developers] Re: Integrating ACRA with Roboguice 2

2012-06-26 Thread TreKing
On Mon, Jun 25, 2012 at 2:11 PM, Luiz Henrique wrote: > So, I'm confused in how initialize ACRA now ? This is probably a question for the ACRA and / or RoboJuice devs. - TreKing

Re: [android-developers] Re: Integrating ACRA with Roboguice 2

2012-06-25 Thread Luiz Henrique
Hi Richard, with the version 1 I don't have problem, because the Roboguice has support a RoboApplication. No problem, works fine !!! But I'm using the version 2 that has a lot of improvement and the RoboApplication class was removed. So, I'm confused in how initialize ACRA now ? On Mon, Jun 25,

[android-developers] Re: Integrating ACRA with Roboguice 2

2012-06-25 Thread RichardC
Now I get it, have just read the http://code.google.com/p/roboguice/ docs Have you tried extending RoboApplication http://roboguice.googlecode.com/hg/roboguice/docs/apidocs/index.html ? On Monday, June 25, 2012 7:48:37 PM UTC+1, Henrique wrote: > > Hi people, I'm trying to integrate ACRA in my

[android-developers] Re: Integrating ACRA with Roboguice 2

2012-06-25 Thread RichardC
This bit I don't understand: " I don't have more support to android.app.Application class " Please explain and maybe we can help On Monday, June 25, 2012 7:48:37 PM UTC+1, Henrique wrote: > > Hi people, I'm trying to integrate ACRA in my Roboguice 2 project, but I > can't do that because I don'

Re: [android-developers] Re: Integrating ACRA

2011-06-24 Thread Raghav Sood
Update. I fixed it. The jar file had gotten corrupted. I downloaded it again and it works now Thanks for all the help On 6/24/11, Raghav Sood wrote: > Didn't work. It tells me that no such thing exists. > > On 6/24/11, RichardC wrote: >> Your imports should be: >> >> import org.acra.ACRA; >> im

Re: [android-developers] Re: Integrating ACRA

2011-06-24 Thread Raghav Sood
Didn't work. It tells me that no such thing exists. On 6/24/11, RichardC wrote: > Your imports should be: > > import org.acra.ACRA; > import org.acra.annotation.ReportsCrashes; > > > On Jun 24, 2:46 pm, Raghav Sood wrote: >> I definitely added the jar to the build path. The import statements wor

[android-developers] Re: Integrating ACRA

2011-06-24 Thread RichardC
Your imports should be: import org.acra.ACRA; import org.acra.annotation.ReportsCrashes; On Jun 24, 2:46 pm, Raghav Sood wrote: > I definitely added the jar to the build path. The import statements work > fine. Only the ACRA.init(this); and @ReportCrashes gives errors. > > On Fri, Jun 24, 2011

Re: [android-developers] Re: Integrating ACRA

2011-06-24 Thread Raghav Sood
I definitely added the jar to the build path. The import statements work fine. Only the ACRA.init(this); and @ReportCrashes gives errors. On Fri, Jun 24, 2011 at 5:50 PM, Andrew Gregory wrote: > I'm not at my pc right now, so I can't check, but have you added the acra > jar to the build path? It'

Re: [android-developers] Re: Integrating ACRA

2011-06-24 Thread Andrew Gregory
I'm not at my pc right now, so I can't check, but have you added the acra jar to the build path? It's in the instructions, so perhaps you missed that bit? Andrew On 24 Jun 2011 19:40, "Raghav Sood" wrote: > Thanks. > > I did look at there example code. As far as I can see I have literally copy >

Re: [android-developers] Re: Integrating ACRA

2011-06-24 Thread Raghav Sood
Thanks. I did look at there example code. As far as I can see I have literally copy pasted everything, making minor changes like the package name etc. Yet it fails to work. I can't test it because the errors do not let it compile. Still, thanks for replying at least. On Fri, Jun 24, 2011 at 5:

Re: [android-developers] Re: Integrating ACRA

2011-06-24 Thread Mark Murphy
On Fri, Jun 24, 2011 at 7:26 AM, Raghav Sood wrote: > Anything? If you want responses in under two hours, hire a consultant. If you wish to limit yourself to the free volunteer assistance, I suggest that you just patiently wait for help, here or on the ACRA support Google Group, where you cross-

[android-developers] Re: Integrating ACRA

2011-06-24 Thread Raghav Sood
Anything? On Fri, Jun 24, 2011 at 2:42 PM, Raghav Sood 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:\ > > pac