大约有 200 项符合查询结果(耗时:0.0049秒) [XML]
实时开发、测试和调试工具 · App Inventor 2 中文网
... 你可以从计算机上的终端启动 adb。 转到包含 AppInventor Extras 软件的目录并运行命令 adb logcat
这将显示整个(大)系统日志。 如果你正在调试,则应该打开日志,再次模拟该错误,然后查看日志末尾出现的内容。
adb 的实际目...
使用模拟器构建应用程序 · App Inventor 2 中文网
...luded with the software you already downloaded as part of the App Inventor Extras Package. Navigate to the directory where the App Inventor Extras software was installed, locate the folder called commands-for-appinventor and run the command
run-emulator.
Be patient: The emulator takes a long time t...
使用Activity启动器组件 · App Inventor 2 中文网
...性 DataType 和 DataURI 在 App Inventor 中设置这些。 还有一个 Extras 属性,它采用键和值的列表并指定相应键的属性值。 你必须设置的特定值取决于你要启动的活动。
这里有些例子。
警告:这些示例中的值取决于应用程序用户设备...
App Inventor 2 接入百度网盘API · App Inventor 2 中文网
...oken=[access_token]&method=filemetas&fsids=[1737895653506]&thumb=1&dlink=1&extra=1
5、根据dlink下载 【Web客户端】
https://d.pcs.baidu.com/file/330eb0451pf47ab8514ab5b6f0095c67?fid=2584198580-250528-1737895653506&rt=pr&sign=FDtAERV-DCb740ccc5511e5e8fedcff06b081203-l1%2FQEmhrWYz44Qz...
通信连接组件 · App Inventor 2 中文网
...(XML文本)
解码给定的 XML 字符串以生成列表对象。
string 解码为包含一个标签和字符串键值对的列表。
更一般地,如果 obj1, obj2, … 是标记分隔的 XML 字符串,则 obj1 obj2 ... 解码为一个列表,其中包含第一个元素是 tag 且...
App Inventor 2 项目合并工具 AIMerge · App Inventor 2 中文网
...ick block
The SetTime.Click block opens the SetTime screen. Note that the string assigned to screenName must be exactly what was decided in advance as the name of the second screen.
Figure 3: CountDownScreen1’s Screen1 OtherScreenClosed block
The Screen1.OtherScreenClosed receives the number ...
Error 908: Permission Receive SMS - #5 by Taifun - MIT App Inventor Help - MIT App Inventor Community
...eDirect and MakePhoneCallDirect blocks that do the old behavior that needs extra permissions. We chose to have the existing SendMessage and MakePhoneCall blocks launch the default apps via Intents , as recommended by Google policy, which should work for most people.
For receiving, we made it so tha...
为AppInventor2开发拓展(Extension) · App Inventor 2 中文网
...nentContainer container;
private Context context;
private static final String LOG_TAG = "CB";
private boolean suppressToast;
public Clipboard(ComponentContainer container) {
super(container.$form());
this.container = container;
context = (Context) container.$context();
Log....
使用 XML 和 Web 服务 · App Inventor 2 中文网
...
使用 XML 和 Web 服务
The Web.XMLTextDecode takes a given XML text string and decodes it to produce a list. If the text is not well-formed XML, it will signal an error and return the empty list.
The list returned by XMLTextDecode contains one pair for each top-level tag-delimited structure...
BrightnessTools 拓展:设置手机亮度的工具 · App Inventor 2 中文网
...
error
String
返回错误的描述信息。
检测到任何亮度...