This question already has an answer here:
Delphi android application is raising issue in Lennova A5000 mobile
1 answer
Make a new blank Multi-device Application. Put Edit or Memo on the Form. Build project on tablet Lenovo Tab 2 A8-50LC (Android version 5.0.2).
When I touch Edit or Memo then error appears:
call to OpenGL ES API with no current context (logged once per thread)
and app crashes. The same problem if I use
Edit1.SetFocus;
On a phone with Android 4.2 the application works without any problem.