[android-developers] Re: Parcelables / project.aidl in SDK 1.5

2009-04-16 Thread ludovic.perrier
Hello I have the same problem, and it don't work yet. I have a question, new mechanism works if aidl interface file isn't in same package of aidl parcelable class? Ludo On 15 avr, 03:34, Xavier Ducrohet wrote: > I have just realized something. > > If you create/edit parcelable typeaidlfiles, t

[android-developers] Re: Parcelables / project.aidl in SDK 1.5

2009-04-16 Thread ludovic.perrier
I have found! When parcelable aidl file is in other package we must set an import on parcelable class in aidl interface Happy Codding! On 16 avr, 18:56, "ludovic.perrier" wrote: > Hello > > I have the same problem, and it don't work yet. I have a questio

[android-developers] Re: Parcelables / project.aidl in SDK 1.5

2009-04-16 Thread ludovic.perrier
ymous inner class that doesn't come with an associated EnclosingMethod attribute. (This class was probably produced by a broken compiler.) Please help me... On 16 avr, 19:12, "ludovic.perrier" wrote: > I have found! > > When parcelableaidlfile is in other package > we

[android-developers] Re: Parcelables / project.aidl in SDK 1.5

2009-04-16 Thread ludovic.perrier
er Ducrohet wrote: > Unless you post youraidlfile, it's going to be hard to help you. > > Xav > > > > On Thu, Apr 16, 2009 at 1:11 PM, ludovic.perrier wrote: > > > finaly it's not good > > > My building process is infinite and blocked at 24% > &g

[android-developers] Re: Parcelables / project.aidl in SDK 1.5

2009-04-16 Thread ludovic.perrier
a clean). > > This may fix your other issues. let me know. > > Xav > > > > On Thu, Apr 16, 2009 at 2:15 PM, ludovic.perrier wrote: > > > hello > > > IJotifyService.aidlinterface in com.thoout.droitify > > > package com.thoout.droidi

[android-developers] Re: More than one package in my project on pre 1.5 sdk

2009-04-16 Thread ludovic.perrier
the response is give here by googler http://groups.google.com/group/android-developers/browse_thread/thread/3f0117114ee7c0f8/3d4f3789850430fc?lnk=gst&q=aidl#3d4f3789850430fc On 16 avr, 22:44, barbapapaz wrote: > Hello > > I have a problem since sdk update > > first it's aidl I'm not sure if it

[android-developers] Re: Parcelables / project.aidl in SDK 1.5

2009-04-16 Thread ludovic.perrier
I have create the folder after the launch of build (for infinite loop) and it's ok my apk is build Thanks for your help On 16 avr, 23:32, "ludovic.perrier" wrote: > When I haven't the folder error the build is infinite blocked at 24% > in gen directory I haven&#

[android-developers] Re: Problem to show unicode strings in TextView

2009-10-22 Thread ludovic.perrier
Have you try this? (description is text to display) TextViewtv = (TextView) findViewById(R.id.description); tv.setText(Html.fromHtml(description).toString()); On 20 oct, 16:49, qmwestview wrote: > My server side is using Struts (2.1.7). Strangely, the jsp, using > struts tags, usually outputs i

[android-developers] Re: Use sqlite in AsyncTask freeze all

2009-07-21 Thread ludovic.perrier
Thanks for your advices, I try... On 21 juil, 15:57, Streets Of Boston wrote: > It's hard to tell why this happens with your app. > Try to debug it: > Attach the Eclipse debugger to your process when it hangs and then > pause the entire process. Then open up (expand) the threads and see > where