Unexpected processor variant for X86 using default values: x86

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!

+8
android android-studio
source share

No one has answered this question yet.

See related questions:

1858
"Debug certificate expired" error in Android Eclipse plugins
746
Error getting parent element for element: resource not found that matches the specified name after upgrading to AppCompat v23
2
Android When the application is running, a white screen is displayed for several seconds?
one
The Notetoself Add don't icon appear
0
Application with input and random number continues to stop in the emulator in Android Studio
0
Application crash after starting startActivity
0
Google authentication error
0
Android Blank ListView - pulling from an external SQL database
-one
When I run my project, why does this error occur?
-2
New developments in Android, how to fix it?

All Articles