When you try to create a simple math game in android studio 2.3.1 after trying to execute my project, the application closes in the emulator and issues warnings;
5-17 06:52:14.573 3088-3088/com.example.hp.game W/art: Unexpected CPU variant for X86 using defaults: x86 05-17 06:52:14.744 3088-3088/com.example.hp.game W/System: ClassLoader referenced unknown path: /data/app/com.example.hp.game-1/lib/x86 05-17 06:52:14.877 3088-3104/com.example.hp.game W/OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
And I tried to solve the problem, but I do not understand why these warnings occur and how to fix them!
android android-studio
andu
source share