Eric,

Thanks for the response!  Sorry for my delay as well, it's been a busy
holiday.

I'm not exactly sure what I did, but I got it working on 1.5 devices.
Thanks for writing your initial message and code, it's much
appreciated!

Hayden


On Dec 30 2009, 8:54 am, Eric Carman <[email protected]> wrote:
> Hello Hayden,
>
> I'm not sure why you are getting this error. It looks like the method
> checkavailable can't be found. Strange. Also hard to say without
> seeing the code.
>
> One thing to check: Make sure the block
>
>         static {
>                 try {
>                         WrapTTS.checkAvailable();
>                         mTTSClassAvailable = true;
>                 } catch (Throwable t) {
>                         mTTSClassAvailable = false;
>                 }
>         }
>
> isn't part of any method in your main unit. It is called outside of
> any constructor or any other method.
>
> Also, sorry for the delay in responding. Apparently I don't have my
> profile set up to email me when I get a response to a posting.
>
> Best Regards,
> Eric
-- 
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