- 博客(5)
- 资源 (1)
- 收藏
- 关注
原创 Android 源码编译工具
sudo apt -y install openssh-server git flex bison gperf build-essential libncurses5-dev:i386 libi2c-devsudo apt -y install libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-dev tofrodos pv autopointsudo apt -y install python-markdown libxml2-utils xsltpr
2021-12-06 15:10:04
328
原创 Android11 系统源码修改默认语言中文
路径:build/target/product/full_base.mk# Put en_US first in the list, so make it default.PRODUCT_LOCALES := zh_CN# Get some sounds$(call inherit-product-if-exists, frameworks/base/data/sounds/AllAudio.mk)
2021-12-06 15:07:01
1471
原创 网站收藏
删除数据 可以重新注册http://121.43.193.191:8080/vnb/indexs.jspIT蓝豹http://www.itlanbao.com/kangjinling tcwf624wsvn://119.90.40.220/WBPS/branches/guangfa-doc50.69Android官
2015-12-06 23:43:43
326
原创 在WebView上显示HTML内容
在WebView上显示HTML内容,包括英文以及中文。有3种方法可以有用:(1)使用loadData方法。这种方法需要先将HTML内容进行编码,否则显示的中文会有乱码。编码方法为:Java代码private String fmtString(String str){String notice = "";try{notice = URLEnco
2015-12-05 12:38:34
1103
原创 android webview无网络情况下的处理
import com.yck.utils.diy.LoadingDialog;import com.yck.utils.net.HttpUrl;import com.yck.utils.tools.MyLog;import android.content.DialogInterface;import android.content.DialogInterface.OnCancelList
2015-12-05 11:50:16
5237
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人