上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 18 下一页
摘要: 1.1.module的build.gradle文件 apply plugin: 'com.android.application'//声明主module,com.android.application android {//android工程配置 compileSdkVersion 25 //编译s 阅读全文
posted @ 2021-10-11 17:37 CrushGirl 阅读(64) 评论(0) 推荐(0)
摘要: 一.LC_ALL=C 1.1.编译报的日志 flex-2.5.39: loadlocale.c:130: _nl_intern_locale_data: Assertion `cnt < (sizeof (_nl_value_type_LC_TIME) / sizeof (_nl_value_typ 阅读全文
posted @ 2021-10-08 17:06 CrushGirl 阅读(512) 评论(0) 推荐(0)
摘要: 一.编译 user版本 且带Google 服务 报的问题 Maybe this is library field 'android.app.Notification$Action { android.app.PendingIntent actionIntent; }' dex2oatd I 1961 阅读全文
posted @ 2021-09-22 11:49 CrushGirl 阅读(818) 评论(0) 推荐(0)
摘要: 借鉴 Android系统打印方案分析 Android默认实现了打印的框架,使用PrintManager+PrintManagerService 但是有些系统裁剪了打印服务 一.packages\apps\Settings\src\com\android\settings\SettingsActivi 阅读全文
posted @ 2021-09-13 14:56 CrushGirl 阅读(1448) 评论(0) 推荐(0)
摘要: Linux 常用基础命令 一.文件属性 rwx权限表示 r read 读取 4 w write 写 2 x execute 执行 1 - 无权限 0 - 444 r--r--r-- 600 rw 644 rw-r--r-- 666 rw-rw-rw- 700 rwx 744 rwxr--r-- 75 阅读全文
posted @ 2021-09-10 16:47 CrushGirl 阅读(119) 评论(0) 推荐(0)
摘要: 一https://www.xfyun.cn/ 讯飞开放平台 下载语音听写SDK 二.导入 语音听写demo 2.1.speechDemo 导jar包 2.2.AndroidManifest.xml Manifest中添加权限 <?xml version="1.0" encoding="utf-8"? 阅读全文
posted @ 2021-09-09 10:23 CrushGirl 阅读(289) 评论(0) 推荐(0)
摘要: 一.OS Android5.1 1.1.应用是否具有android.intent.category.LAUNCHER属性有关,在主Activity有LAUNCHER的前提下,android:excludeFromRecents=“true”,才能达到在最近任务列表中隐藏该应用的目的 1.2.fram 阅读全文
posted @ 2021-09-08 10:25 CrushGirl 阅读(423) 评论(0) 推荐(0)
摘要: “mcc“ 移动国家号码,由三位数字组成,每个国家都有自己独立的MCC,可以识别手机用户所属国家。“mnc“ 移动网号,在一个国家或者地区中,用于区分手机用户的服务商。“locale“ 所在地区发生变化。“touchscreen“ 触摸屏已经改变“keyboard“ 键盘模式发生变化,例如:用户接入 阅读全文
posted @ 2021-09-07 13:40 CrushGirl 阅读(671) 评论(0) 推荐(0)
摘要: reference: [RK3399][Android7.1]修改系统配置同时输出Speaker和USB音频 Android Audio代码分析 - Audio Strategy 一.Android5.1 音频切换 frameworks\av\services\audiopolicy\AudioPo 阅读全文
posted @ 2021-09-06 14:55 CrushGirl 阅读(757) 评论(0) 推荐(0)
摘要: 09-01 15:43:01.319 D/CameraHal( 157): Calling process is: com.tencent.mm09-01 15:43:01.319 D/CameraHal( 157): camera_get_camera_info(1367): camera_get 阅读全文
posted @ 2021-09-01 15:55 CrushGirl 阅读(431) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 18 下一页