After a complete compilation and installation of the APK file on the emulator, the application simply does not start (The screen is just white). In debugging, the following message appears every second:

W/Resources: Converting to string: TypedValue{t=0x10/d=0x14 a=-1} W/Resources: Converting to string: TypedValue{t=0x10/d=0x14 a=-1} W/EGL_emulation: eglSurfaceAttrib not implemented W/OpenGLRenderer: Failed to set EGL_SWAP_BEHAVIOR on surface 0xdb0d14a0, error=EGL_SUCCESS` 

    2 answers 2

    perhaps some kind of view is declared, but not initialized (for example, textView). There is a command to it and therefore the application falls without giving an error. I myself often do this

      The problem was solved by initializing all variables.