大约有 8,000 项符合查询结果(耗时:0.0126秒) [XML]

https://bbs.tsingfun.com/thread-2255-1-1.html 

- App应用开发 - 清泛IT社区,为创新赋能!

...这个属于安卓系统安全限制,不允许访问 DCIM 目录。 有说加这个权限:<application android:requestLegacyExternalStorage="true"。 也有说加也没用:https://www.cnblogs.com/SaraMoring/p/16587445.html 直接访问DCIM属于大概率会失败方...
https://bbs.tsingfun.com/thread-2277-1-1.html 

【解决】Error 515: Not connected to a Bluetooth device. - 创客硬件开发...

Error 515: Not connected to a Bluetooth device. 原因:经典蓝牙设备未正常连接上,就进行数据收发操作导致异常,加一个连接状态判断就行。
https://bbs.tsingfun.com/thread-2280-1-1.html 

【解决】模拟器启动失败:ERROR: x86_64 emulation currently requires har...

...SDK\extras\intel\Hardware_Accelerated_Execution_Manager 在线版下载后目录是:Emulator\from-Android-SDK\extras\intel\Hardware_Accelerated_Execution_Manager 安装:haxm-7.6.5-setup.exe 如果报错,请参考:https://bbs.tsingfun.com/thread-2030-1-1.html
https://bbs.tsingfun.com/thread-2293-1-1.html 

python代码如何导入app inventor - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...hon,代码也是仅供参考,这个功能是fun123.cn全网独有研发。 反向转换未来可能会探索一下,敬请期待!
https://bbs.tsingfun.com/thread-2299-1-1.html 

AppInventor手机报警可以加振动效果吗? - App Inventor 2 中文网 - 清泛IT...

使用“音效”组件“振动”方法,可以实现手机振动效果: https://www.fun123.cn/reference/ ... .html#Sound.Vibrate
https://bbs.tsingfun.com/thread-2300-1-1.html 

菜品识别API有哪些? - App应用开发 - 清泛IT社区,为创新赋能!

目前找到有百度和阿里,做菜品识别api,文档地址分别如下: 百度云:https://cloud.baidu.com/doc/IMAGERECOGNITION/s/tk3bcxbb0 阿里云:https://help.aliyun.com/zh/viapi ... a2c4g.11186623.0.i0 ------------------------- 食物营养成分识别:https://www.tian...
https://bbs.tsingfun.com/thread-2309-1-1.html 

Attempt to invoke virtual method 'android.bluetooth.le.ScanRecord andr...

https://community.appinventor.mi ... out-connecting/6115 跟广播相关,待研究及整理。
https://bbs.tsingfun.com/thread-2317-1-1.html 

- App Inventor 2 离线版 - 清泛IT社区,为创新赋能!

如遇自动更新失败: 将这个路径填入更新包安装目录处即可。
https://bbs.tsingfun.com/thread-2327-1-1.html 

AppInventor实现图片和文字等进行发帖和查看帖子功能 - App应用开发 - 清泛...

...AppInventor用一个Web浏览器组件浏览即可,这时最直观简便方式。 2、AppInventor原生实现图片/文字上传功能,要采用 网络微数据库 组件,图片要base64化,但是数据库单Key存储容量有限,最多60KB。实现方式复杂且数据有限制,只...
https://bbs.tsingfun.com/thread-2352-1-1.html 

Mind+ 掌控板、ESP32开发板等硬件如何接入AppInventor? - 创客硬件开发 - ...

...tor? 由于硬件板种类繁多,这里仅讨论硬件与AppInventor通信方式,及使用什么组件。一般不外乎2种方式: 1、蓝牙(经典蓝牙),使用 蓝牙客户端 组件。Mind+ 参考代码如下: 2、WIFI(TCP服务器),使用ClientSocketAI2Ext 拓...