My application dies (application has stopped unexpectedly blah blah)
on this line (in my onCreate function):

requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS);

I know it's on this line because if I put a Log.d() before it shows,
if I put it after, it doesn't. Also, my app was working perfectly
before this change. Any ideas about why it would not work and crash
like that?

Just using setProgressBarIndeterminateVisibility(true) doesn't crash,
but nothing shows up.

--~--~---------~--~----~------------~-------~--~----~
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