
android
二价铁离子
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
2021-04-20
wifi工具类Android 开启关闭连接Wifi的工具类原创 2021-04-20 17:20:01 · 156 阅读 · 0 评论 -
AndroidStudio 使用framework.jar
1.out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes.jar改名得到 framework.jar2.右键framework.jar选择add as library.3.allprojects添加allprojects { repositories { google() jcenter() } gradle.projectsEvaluated {原创 2021-01-29 20:03:56 · 504 阅读 · 0 评论 -
rockchip-leds-gpio.c 注释
rockchip-leds-gpio.c 注释/*LEDs driver for GPIOsCopyright © 2007 8D Technologies inc.Raphael Assenat raph@8d.comCopyright © 2008 Freescale Semiconductor, Inc.This program is free software; you ...原创 2019-11-29 10:23:02 · 536 阅读 · 0 评论 -
android GPIO 引脚编号的确定
首先计算此引脚编号,引脚编号 = 控制引脚的寄存器基数 + 控制引脚寄存器位数上面是说的不靠谱但是有一定参考性firefly这么说 GPIO7_C2: 7*32+18=242 7 * 32 + 2*8 + 2 = 242...原创 2019-11-28 17:39:29 · 1004 阅读 · 2 评论 -
Error:Execution failed for task ':app:compileDebugAidl'.
使用aidl的过程中,aidl文件中使用了oneway void CallBack(inout IDCard idcard);导致E:\mineapk\Test_Code2\UITest\app\src\main\aidl\com\wayos\idcard\aidl\IReadIDCardAidlCallBack.aidl:9 oneway method 'CallBack' can...原创 2019-06-24 15:49:04 · 585 阅读 · 0 评论