连接手机设备:在编辑器的右上角,点击"Connect"按钮,选择"AI Companion"选项。按照提示将手机设备与编辑器连接。 生成并安装应用程序:在编辑器的右上角,点击"Build"按钮,选择"App (provide QR code for .apk)"选项。生成应用程序后,使用手机设备扫描生成的二维码,安装应用程序。
MIT AI2 Companion是MIT App Inventor的配套应用程序,旨在帮助开发者在真机上实时调试和测试自己创建的应用程序。用户只需要将应用程序通过AI2 Companion安装到手机上,并与App Inventor建立连接,即可在手机上实时查看应用程序的效果和调试代码。 AI2 Companion的原理是基于手机和电脑之间建立WiFi或USB连接,通过实时传输数据...
App Inventor还提供了一种用于在工作过程中实时使用App的方法:AI Companion App(参见图P-4)。有了这款可以在Google Play上免费下载的应用,你就能够在开展工作的同时看到自己的App的变化和进步。Companion App也能够以无线方式工作,因此你在App Inventor中工作时并不需要把自己的物理地连接到计算机上。 图P-4 通过...
App Inventor是基于Google App Engine构建的Java服务。与任何App Engine服务一样,您可以将App Inventor服务部署到appspot.com上的Google App Engine基础架构,以便Web上的任何人都可以访问它,只要您授予他们权限即可。如果您打算这样做,我们建议您使用App Engine和Java中的Java App Engine服务获得一些经验。Google提供了教程...
App Inventor开发工具与测试用的AI伴侣是同步更新的,因此某个版本的AI2要与特定版本的伴侣配合使用。你可以到新浪博客搜一下“老巫婆的博客”,置顶贴里有本土版离线包的下载地址,如果我没记错的话,离线包中自带的ai伴侣就是你需要的这个版本。另:最好稳定地使用某个版本一段时间,如果跟随MIT频繁...
第2章 使用MIT App Inventor构建应用 132.1 MIT App Inventor网站 132.1.1 登录 142.1.2 Designer 152.1.3 Blocks Editor 162.1.4 AI2 Companion App 162.1.5 Android模拟器 172.1.6 使用USB连接到Android设备 182.2 进入App内部 192.2.1 事件处理程序 192.2.2 每次只做一件事 202.3 练习:Sherlock Is...
现在网页上很多下载的AI伴侣下载下来都会有些问题或者不能用,如下链接下载的AI伴侣亲测可以使用! (连接后会提示更新,博主没有选择更新,如有需要也可以更新) https://mit-ai2-companion.en.uptodown.com/android/download如果以上链接无法访问,也可以使用博主上传的链接 https://wwtl.lanzoum.com/icpOd18zmh6f ...
MIT App Inventor is an educational tool to learn computational thinking and computational action principles through building mobile apps. Used by over one million people worldwide every year, it is one of the premier platforms for computer science education. Use this companion app to test drive pro...
In Xcode you can run the AICompanionApp on your device by selecting the AICompanionApp target's Debug scheme and pressing the Run button. For more information about iOS support, please see README.ios.md. Running the Server(s) There are two servers in App Inventor, the main server that ...
在下面这个网站下载AppInventor 单机汉化版 和 AI伴侣64位.../AI2Companion_Win_64bit/ 目录下的ailaunch.bat 批处理文件就可以打开AI调试伴侣了,如果打不开,一般是360助手影响的,关闭360助手,重新启动就可以了。 调试功能和上一篇中一致,参考地址