liushengqiang

Results 7 comments of liushengqiang

> 您好,DialogSettings.backgroundColor只支持ColorInt类型的int值,不支持resId值 DialogSettings.backgroundColor = Color.BLUE; 您好,我这样设置背景也没反应呢?

您好,cygwin安装好后,也安装其中的 make, gcc gdb,但还是报错,麻烦指点下,谢谢! -- ==============config mars==================== CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they...

NDK配置的环境变量是D:\SolftInstall\android-ndk-r16b;

C:\Users\Administrator>echo %NDK_ROOT% %NDK_ROOT% 出现值是:%NDK_ROOT%,是不是有问题?

您好,按照你的建议配置好了NDK_ROOT,重启系统后值如下: C:\Users\Administrator>echo %NDK_ROOT% D:\SolftInstall\android-ndk-r16b 但是还是出现同样的问题: -- ==============config mars==================== CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure...

您好,我原来有个NDK项目改成这个ndk路径后提示:Android NDK: APP_PLATFORM not set. Defaulting to minimum supported version android-14. 然后我加入Application.mk文件,文件内容: APP_PLATFORM := android-14 APP_ABI :=arm64-v8a armeabi armeabi-v7a 就可以编译通过生成 .so文件。所以我觉得这个ndk路径是可以用的。

您好,我已编译出so文件了,谢谢指导! 但说明文档中初始化代码加载的so文件是: System.loadLibrary("stlport_shared"); System.loadLibrary("marsxlog"); 实际我编译出来的so文件只有libc++_shared.so和libmarsxlog.so,到底是加载哪两个文件呢?