大约有 760 项符合查询结果(耗时:0.0105秒) [XML]

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

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

...pt 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接收mqtt平台推送的长消息 - App Inventor 2 中文网 -...

...(Web网站通用表示法),后面才是真正的base64内容。但是AppInventor2 SimpleBase64组件解码时,参数必须是不带前缀的base64文本,因此只需要去掉前缀就行,代码如下: 如果图片是jpeg格式,那就是下面这样替换,其他图片格式依次...
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-2047-1-1.html 

BLE数据收发 20个字节的限制问题 - 创客硬件开发 - 清泛IT社区,为创新赋能!

...gs is fixed to 23 Bytes and WriteBytes uses MTU.来源:https://community.appinventor.mi ... o-128bytes/48330/12App Inventor 2  发表于 2024-11-10 10:45 谷歌上找到了答案:WriteStrings 固定为 23 个字节,而 WriteBytes 使用 MTU。 来源:https://community.ap ... 好...
https://bbs.tsingfun.com/thread-2080-1-1.html 

MakeViewUp 扩展:美化和自定义 Android 视图,可实组件任意角度旋转 - A...

...可见性不可见等特定事项。 [hide]来源:https://community.appinventor.mi ... droid-views/27185/1[/hide]插件不错谢谢分享铣削
https://bbs.tsingfun.com/thread-2090-1-1.html 

Error 1801 : Security Error Receiving Blocks from Browser. - App Inven...

...“高对比度模式”开启的问题。 参考:https://community.appinventor.mi ... ecurity-error/72831 [/hide]
https://bbs.tsingfun.com/thread-2104-1-1.html 

Need android.permission.BLUETOOTH_SCAN permission for android.content....

...w.fun123.cn/reference/iot/bluetoothle.html 参考:https://community.appinventor.mi ... le-android-12/66469
https://bbs.tsingfun.com/thread-2129-1-1.html 

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

...空的地方没有填值,比如这种: 参考:https://community.appinventor.mi ... 3-must-be-4/20690/4 又学习到了新bug的解决方法,{:8_381:}
https://www.fun123.cn/referenc... 

App Inventor 2 ECharts 拓展:基于 ECharts 强大的个性化数据图表展示 · ...

...迎与我们进行沟通~ ECharts 拓展 使用AppInventor2布局进行展示的图表拓展,基于ECharts强大的js图表库开发,持续提供酷炫实用的图表展示。 (待整理) ECharts3D 拓展 同样ECharts也提供3D图表展...
https://bbs.tsingfun.com/thread-2155-1-1.html 

.yail 文件是什么格式的文件?如何生成的? - App Inventor 2 中文网 - 清...

AppInventor2源码 .aia 文件中,包含的源码格式文件,简单理解就是: .scm  是UI界面描述的源码。 .blk    是逻辑代码块描述的源码。 而 .yail 是上面两者经过编译后生成的更底层、更通用的源码格式文件,最终将...