Hi, my activity is to show up with an infinite animation, started/ triggered in onResume(). The animation runs and everything seems to be fine.
But in my test framework the ActivityInstrumentationTest for this AnimationActivity is not finished by the system, the test is struck and runs forever. Is this a bug, that i cant start infinite animations during onResume() or onCreate()? When I start the animation from another Thread (started in onResume()) that waits 1000 ms and then starts the infinite animation within runOnUiThread(), everything is fine, the tests too! Cheers, Fabian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

