在尝试android studio 2.3.1执行我的项目后尝试创建一个简单的数学游戏时,应用程序在模拟器中关闭并发出警告;
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...
Run Code Online (Sandbox Code Playgroud)
我尝试解决问题,但我不明白为什么会出现这些警告以及如何解决它们!