|
因Android 7.0对内核的调整,之前的版本在 android:targetSdkVersion="24"时,会触发应用闪退,logcat有如下出错信息输出:
com.example.helloanychat E/linker: library "/system/lib/liblog.so" ("/vendor/lib/liblog.so") needed or dlopened by "/data/app/com.example.helloanychat-1/lib/arm64/libanychatcore.so" is not accessible for the namespace: [name="classloader-namespace", ld_library_paths="", default_library_paths="/data/app/com.example.helloanychat-1/lib/arm64:/data/app/com.example.helloanychat-1/base.apk!/lib/arm64-v8a", permitted_paths="/data:/mnt/expand"]
最新版本AnyChat r6630已对Android 7.0进行了适配。需要同时升级.java文件和.so库,同时需要保证AnyChat服务器版本是V6.0以上的版本。
|
|