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

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

BLE UUID是对的但连接闪退:java.lang.IllegalArgumentException: UUID str...

请问UUID是对的 连接闪退, 下面是报错日志 java.lang.ExceptionInInitializerError at edu.mit.appinventor.ble.BluetoothLEint$BLEReadOperation.subscribe(BluetoothLEint.java:357) at edu.mit.appinventor.ble.BluetoothLEint$BLEReadOperation.run(BluetoothLEint.java:325) at android.os....
https://bbs.tsingfun.com/thread-1966-1-1.html 

我想使用照相机组件显示出错 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

我想使用照相机组件,显示出错,错误代码如下:The operation TextColor cannot accept the arguments: , ["file:///storage/emulated/0/Android/data/edu.mit.appinventor.aicompanion3/files/Pictures/app_inventor_1727434191034.jpg"] 注意: 5秒钟后将报告另一条错误...
https://bbs.tsingfun.com/thread-1969-1-1.html 

- App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

关于消息体大小的限制,文档中没有描述这个限制,但是每个MQTT平台应该是有限制的,经过实际测试befa.com平台,base64文本大小约100KB以内的消息订阅可以正常接收,超过则无法接收。建议你自己的平台也进行一下测试,如果有...
https://bbs.tsingfun.com/thread-1993-1-1.html 

界面很多按钮时,如何获取当前被点击的按钮的文本? - App Inventor 2 中文...

Q:请教一个问题。假如我设计一个计算器,把0-9文本标到按键上,我用什么方法获取到每一个按下的值?辟如888,我要把这个值显示在标签里。 A:使用“任意按钮”的文本方法,用于获取当前被点击的按钮的文本,参数是当...
https://bbs.tsingfun.com/thread-2003-1-1.html 

列表显示框.获取主文本 方法参数怎么拼接?怎么使用? - App Inventor 2 中...

会员提问:请问下,这个紫色的块到底要怎么接,后面“列表元素”接什么数据? A:按照文档,是接一个字典的。存在的意义及具体用法需要研究。
https://bbs.tsingfun.com/thread-2026-1-1.html 

Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABL...

运行故障:edu.mit.appinventor aicompanion3: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. Strongly consider using FLAG IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being ...
https://bbs.tsingfun.com/thread-2059-1-1.html 

- App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

当然可以,它是 app 范围内共享的持久化数据,app 退出后数据也会保留。 更多可参考:https://www.fun123.cn/reference/creative/screen_communication.html#%E5%BE%AE%E6%95%B0%E6%8D%AE%E5%BA%93%E4%BC%A0%E5%80%BC
https://bbs.tsingfun.com/thread-2075-1-1.html 

Web客户端“接收文本”时会显示那样的内容而不是返回值? - App Inventor 2...

为什么我按教程写的这个代码[url=]求助.PNG[/url],在接受文本时会显示那样的内容而不是返回值啊[url=]求助1.PNG[/url]
https://bbs.tsingfun.com/thread-2108-1-1.html 

如何导出项目源代码用于申请软件著作权? - App Inventor 2 中文网 - 清泛I...

如何导出项目源代码(用于申请软件著作权)?已微信回复,待后续整理相关指南。https://bbs.tsingfun.com/thread-2118-1-1.html
https://bbs.tsingfun.com/thread-2129-1-1.html 

Call to ‘set-and-coerce-property!’ has too few arguments (3; must be...

编译apk,报错:Call to ‘set-and-coerce-property!’ has too few arguments (3; must be 4) 原因是因为代码块有问题/报错,有空的地方没有填值,比如这种: 参考:https://community.appinventor.mi ... 3-must-be-4/20690/4 又学习到了新bug的解决方法...