Application cannot run on Android L with LogCat error message

I updated the Nexus 7 (2013) preview to Android L and found that one of my applications could no longer be launched with the following LogCat Error:

E / WindowState (643): getStack: Window {33f867f8 u0 Starting com.xxxxxx.ooooo} could not find taskId = 151 Callers = com.android.server.wm.WindowState.getDisplayContent: 730 com.android.server.wm.WindowStateAnimator .stepAnimationLocked: 273 com.android.server.wm.WindowAnimator.updateWindowsLocked: 254 com.android.server.wm.WindowAnimator.animateLocked: 550

Also note that the application launch animation will play, but then the screen will return to the previous screen without any user error message, so I only got this error dialog box and I hopelessly lost atm. Any help is appreciated.


Edit: VLC and several video players that may have used the VLC library have the same problem, so I guess this is something with the native VLC library, given how Android L dragged on the JNI a bit, but I got lost to start changing, given the opaque log message: - /

+4
source share

Source: https://habr.com/ru/post/1546231/


All Articles