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

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

为什么会提示AppInventor2.exe 不是有效的 Win32 - App Inventor 2 离线版 ...

... lmn2005 于 2025-04-15 18:35 编辑 电脑系统为64位win7,安装AppInventor2后运行,提示C:\AppInventor2\AppInventor2.exe 不是有效的 Win32 应用程序 这是为什么? https://aka.ms/vs/16/release/vc_redist.x64.exe 装一个运行环境试试,如果还是运行不了...
https://bbs.tsingfun.com/thread-2326-1-1.html 

低频率蓝牙发送报文报错,报错内容和程序如下。麻烦老师们帮忙解决一下 - A...

低频率蓝牙发送报文报错,报错内容和程序如下。麻烦老师们帮忙解决一下 值是一个字节列表,不是文本。 utf16  参数建议 “假”。
https://bbs.tsingfun.com/thread-2342-1-1.html 

【独家重磅】AppInventor2支持自定义apk包名(PackageName) - App Inventor ...

自定义包名: 包名规则: 编译后的apk信息:
https://bbs.tsingfun.com/thread-2344-1-1.html 

显示60秒的倒计时代码怎么做 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

显示60秒的倒计时代码怎么做参考代码如下: 效果如下:
https://bbs.tsingfun.com/thread-2366-1-1.html 

低功耗蓝牙接收串口16数据 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

低功耗蓝牙模块用串口助手发送16进制数据,手机接收数据一直在跳变(没电脑没发数据也在跳变)。接收到的是10进制的数据通过调用AsciiConversion1模块转化和提取转化都不行。波特率设置为9600,这个很重要!! 经过测试,...
https://bbs.tsingfun.com/thread-2369-1-1.html 

标签的“具有外边距”有啥用? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

https://www.fun123.cn/reference/ ... ml#Label.HasMargins 待研究。 Object lp = view.getLayoutParams();     // The following instanceof check will fail if we have not previously     // added the label to the container (Why?)     if (lp instanceof ViewGroup.Margin...
https://bbs.tsingfun.com/thread-2371-1-1.html 

ComponentTools 拓展:设置组件的边距 - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

https://community.kodular.io/t/f ... ols-extension/78798 https://community.appinventor.mi ... ols-extension/15803 https://community.appinventor.mi ... hin-a-label/65831/9
https://bbs.tsingfun.com/thread-2372-1-1.html 

如何快速导入拓展?拓展市场可一键导入 - App Inventor 2 中文网 - 清泛IT...

常用的拓展都可以一键导入,可以搜索你想要的拓展。如果没有找到,可以反馈给我们,会持续更新的。
https://bbs.tsingfun.com/thread-2374-1-1.html 

求助!关于拓展模块NotificationStyle的demo运行时报错的问题 - App Invent...

...cationStyle.html 结果无论点什么按键都会报错: 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 ...
https://bbs.tsingfun.com/thread-2379-1-1.html 

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

同样的代码我测试过,一切正常,不会收到非预期的数据。 会不会有其他订阅通道干扰,你自己写一个最简单的 demo,干净的环境再测试一下。