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

https://www.fun123.cn/referenc... 

编辑你的应用(复制和粘贴) · App Inventor 2 中文网

...版本开始,你可以通过按住平台特定键(Windows/Linux 上的 Ctrl,macOS 上的 Command)并单击其他组件来选择多个组件,此功能有时在 App Inventor 中称为多选。 当你选择多个组件时,属性面板将更新为仅显示所选组件之间的公共属性...
https://www.fun123.cn/referenc... 

micro:bit 微控制器教程 · App Inventor 2 中文网

... 搜索 micro:bit 微控制器教程 micro:bit 微控制器教程 教程概述 下载和准备 下载资源 App Inventor 端设置 ...
https://www.fun123.cn/reference/creative/asd.html 

Android存储系统基础知识:内部存储,外部存储,App特定目录 ASD(app speci...

...统基础知识:内部存储,外部存储,App特定目录 ASD(app specific directory) 及 getASD代码实现 Android存储系统基础知识 从 Android 的角度来看 → 内部存储和 → 外部存储: 绝对路径(Absolute p...
https://www.fun123.cn/referenc... 

App Inventor 2 Ai2 Starter模拟器下载及安装,AI伴侣升级到最新版 · App Inventor 2 中文网

...,请尝试: 在上面aiStarter助手启动界面,按提示点键盘 Ctrl + C 停止程序,然后再启动一次,这时往往就好了,大概率是aiStarter助手的bug。 3、实在还是失败,可能是浏览器禁止跨域造成的,尝试关闭浏览器相关设置,如下: ...
https://www.fun123.cn/referenc... 

将Genymotion模拟器与App Inventor一起使用 · App Inventor 2 中文网

... 入门必读 中文教程 IoT专题 AI2拓展 ChatGPT接入 Aia Store 开通VIP 搜索 将Genymotion模拟器与App Inventor一起使用 ...
https://www.fun123.cn/referenc... 

制作列表 · App Inventor 2 中文网

...元素是索引 1。在下图中,a 的索引为 1,b 的索引为 2,c 的索引为 3。 也就是说如果我们知道列表的名称及索引号,我们就能在列表中引用一个特定的元素。 App Inventor 列表 在 App Inventor 中,使用列表来存储数据可能会很有...
https://www.fun123.cn/referenc... 

App Inventor 2 代码调试方式:App调试、问题排查方法 · App Inventor 2 中文网

... 入门必读 中文教程 IoT专题 AI2拓展 ChatGPT接入 Aia Store 开通VIP 搜索 App Inventor 2 代码调试方式:App调试、问题排...
https://www.fun123.cn/referenc... 

App Inventor 2 本地项目编译工具:本地高速编译,无冷却时间限制 · App I...

... 入门必读 中文教程 IoT专题 AI2拓展 ChatGPT接入 Aia Store 开通VIP 搜索 App Inventor 2 本地项目编译工具:本地高速编...
https://www.fun123.cn/referenc... 

AppInventor2 .keystore 证书文件 - App版本升级的奥秘 · App Inventor 2 中文网

...debug.keystore" -keyalg "rsa" -storepass "android" -validity 10000 -dname "CN=AppInventor for Android, O=fun123.cn, C=CN" 具体参数很简单,可以让AI辅助解析。其中,10000 是证书过期天数,也是安卓官方建议的值。 Android docs recommend “10000” as the expirat...
https://www.fun123.cn/referenc... 

为AppInventor2开发拓展(Extension) · App Inventor 2 中文网

... 新建JAVA_HOME:如果是默认安装路径那么就在这个路径下:C:\Program Files\Java\jdk1.8.0_171 新建Classpath: .;%JAVA_HOME%\lib;%JAVA_HOME%\lib\tools.jar 在Path后面新增:%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin; 注意:如果之前的path末尾没有;要手动...