creator 版本 mac 1.4.0
ndk: r10e
android-studio版本 2.3.1
gradle 配置:
compileSdkVersion 20
buildToolsVersion ‘25.0.0’
defaultConfig {
applicationId "com.xxxxx"
minSdkVersion 10
targetSdkVersion 15
versionCode 1
versionName "1.0"
}
启动游戏报错见附件errorlog.zip (1.4 KB)
errorlog.zip 是运行在三星note 2 android 4.3上崩溃.
如果运行在android7.0的设备上 可以进游戏,但是打开websocket连接 就会崩溃
android7.0crash.zip (3.9 KB)