I implement a TabActivity exactly like this -

http://blog.henriklarsentoft.com/2010/07/android-tabactivity-nested-activities/

Now the problem is, I have some Spinner in an activity. When i click to expand the Spinner - the following exception occur -

android.view.WindowManager$BadTokenException: Unable to add window -- token android.app.LocalActivityManager$LocalActivityRecord@43b957c0 is not valid; is your activity running?

Anybody have solution?

没有正确的解决方案

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top