我是iOS人,想要了解Android方面的工作方式。
我刚在Mac OS 10.10上安装了Android Studio,并使用"空白活动"创建了测试应用程序。模板。我试图启动它,现在我看到一堆关于那里出错的日志:
03-15 17:43:59.506 2323-2323/com.example.stanislaw.testapp I/art﹕ Not late-enabling -Xcheck:jni (already on)
03-15 17:43:59.644 2323-2338/com.example.stanislaw.testapp D/OpenGLRenderer﹕ Render dirty regions requested: true
03-15 17:43:59.645 2323-2323/com.example.stanislaw.testapp D/﹕ HostConnection::get() New Host Connection established 0xa684e510, tid 2323
03-15 17:43:59.652 2323-2323/com.example.stanislaw.testapp D/Atlas﹕ Validating map...
03-15 17:43:59.679 2323-2338/com.example.stanislaw.testapp D/﹕ HostConnection::get() New Host Connection established 0xa684e660, tid 2338
03-15 17:43:59.711 2323-2338/com.example.stanislaw.testapp I/OpenGLRenderer﹕ Initialized EGL, version 1.4
03-15 17:43:59.741 2323-2338/com.example.stanislaw.testapp D/OpenGLRenderer﹕ Enabling debug mode 0
03-15 17:43:59.788 2323-2338/com.example.stanislaw.testapp W/EGL_emulation﹕ eglSurfaceAttrib not implemented
03-15 17:43:59.789 2323-2338/com.example.stanislaw.testapp W/OpenGLRenderer﹕ Failed to set EGL_SWAP_BEHAVIOR on surface 0xa681fc60, error=EGL_SUCCESS
详细说明:
我正在使用Android Studio建议的默认模拟器:
仿真器Nexus 5 Android 5.0.1(API 21)
谷歌搜索这些错误并没有向我揭示任何有意义的内容所以我会感谢任何关于为什么新的Android Studio安装上的初始空白模板无效的见解(与Xcode相比,类似的测试应用通常只能在没有任何额外的努力)。