[android-developers] Re: Call out to the community about the poor quality of Android's error messaging

2008-04-08 Thread Anil
ok, I thought all the source was there. I used jad to decompile android.jar in the SDK directory. But there's more code in there than one could read in a career. If you need a few individual files, I can email them to you. thanks, Anil On Apr 7, 11:00 pm, acopernicus [EMAIL PROTECTED] wrote:

[android-developers] Re: Call out to the community about the poor quality of Android's error messaging

2008-04-07 Thread Anil
On Apr 5, 12:23 pm, acopernicus [EMAIL PROTECTED] wrote: Sadly the source isn't located at that page, but if someone has access to the source code, then please send me the link to it. ... but until then, we need to discover it ourselves by reading through the code. Anthony Here it is:

[android-developers] Re: Call out to the community about the poor quality of Android's error messaging

2008-04-07 Thread acopernicus
Thanks Anil. I was hoping to get the Java source code for classes like the MediaPlayer, LinearLayout, such. Much appreciate the pointer to the Emulator code though. Anthony --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: Call out to the community about the poor quality of Android's error messaging

2008-04-05 Thread Ank
Hi frd, I tried new Android Release but when i started emulator then there is no Folder for API Demo so ccan u suggest me tht where the problem lies. I am not able to find exact probGuide Me. Thanks in advance.. On Apr 5, 11:44 am, acopernicus [EMAIL PROTECTED] wrote: Thanks for the reply

[android-developers] Re: Call out to the community about the poor quality of Android's error messaging

2008-04-05 Thread Anil
I think perhaps the source is available at http:/code/google.com/p/ android click on the source tab. But I don't think Source Code is the answer at this stage. On Apr 5, 1:44 am, acopernicus [EMAIL PROTECTED] wrote: Thanks for the reply Andrex...but happily Android's poor error messaging is

[android-developers] Re: Call out to the community about the poor quality of Android's error messaging

2008-04-05 Thread acopernicus
Sadly the source isn't located at that page, but if someone has access to the source code, then please send me the link to it. We won't have to worry about poor error messaging if we can go directly into the Android source code to track down the root of the problem. The best way for us to learn

[android-developers] Re: Call out to the community about the poor quality of Android's error messaging

2008-04-05 Thread acopernicus
Hi ank, Good question. My m5-RC14 version of the SDK doesn't include an APIDemos.apk file so you may need to create it using Eclipse and then push it using the info outlined here. On the other hand, I did accidentally delete my APIDemos from the Emulator and simply deleted my Android folder

[android-developers] Re: Call out to the community about the poor quality of Android's error messaging

2008-04-05 Thread Dan U.
Interesting. I don't have the apk with m5-RC14, but api demos were on the emulator the first time I started it up. No need to install. There was a post about RC15 not having them, but I don't recall if that was the real issue. Back on topic... I can handle instability but operating in the dark

[android-developers] Re: Call out to the community about the poor quality of Android's error messaging

2008-04-05 Thread Incognito
@Dan U. There always seems to be a stack trace in LogCat, although sometimes something odd happens and the LogCat output doesn't show up in Eclipse. I've also seem this problem, LogCat sometis stops being updated. I think this is a bug. I'm too lazy to report it though. On Apr 5, 3:46 pm,

[android-developers] Re: Call out to the community about the poor quality of Android's error messaging

2008-04-04 Thread Andrex
Well that's what you get when you program in the Java language... Although I agree, some errors are seemingly random. It'd be nice to have some sort of stability, but I'll make do because of how great Android is now already. On Apr 5, 12:19 am, acopernicus [EMAIL PROTECTED] wrote: Yeah...the