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

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

【解决】Component "com.google.appinventor.components.runtime.Butt...

编译apk报错信息如下: [LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.ActivityStarter" does not specify permissionConstraints [LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.Button" does not specify permissio...
https://bbs.tsingfun.com/thread-1738-1-1.html 

AI伴侣有电脑版的吗? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...机特别适合小朋友,简单高效,所见即所得,还能编译成apk真机测试。 前提是必须有一部安卓手机,并安装好AI伴侣app 幕享App将安卓手机投屏到电脑上,即实际利用手机进行测试,前提也是必须得有一部安卓手机。 好处是真...
https://bbs.tsingfun.com/thread-1748-1-1.html 

下拉刷新拓展 - SwipeRefresh - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

....28 (v2)下载1(本站)下载2(Github release)源码 样例样例aia样例apk
https://bbs.tsingfun.com/thread-1762-1-1.html 

在app inventor中如果需要退出应用,需要调用哪句代码? - App Inventor 2 ...

调用控制代码块中的“退出程序”代码块: 退出程序关闭应用程序。 注:只有在编译apk真机运行时,才能退出App,AI伴侣测试的时候无法退出AI伴侣程序。
https://bbs.tsingfun.com/thread-1801-1-1.html 

【动图】AppInventor2如何播放gif动图?如何播放动画? - App Inventor 2 ...

...图中图片预览会展示动图,但是通过AI伴侣测试或编译成apk真机测试,就会发现图片不会动,只会展示静态图片。那么问题来了,如何展示动图/动画效果呢? 播放动态图,两种思路: 1、使用网络 url 的 gif 图片,设置为 web ...
https://bbs.tsingfun.com/thread-1943-1-1.html 

KIO4_AnimatedGif:Gif 动画扩展,可点击,可设置透明背景 - App Inventor ...

...图中图片预览会展示动图,但是通过AI伴侣测试或编译成apk真机测试,就会发现图片不会动,只会展示静态图片。那么问题来了,如何展示动图/动画效果呢?有2种思路参考:https://bbs.tsingfun.com/thread-1801-1-1.html 当然,也可以使...
https://bbs.tsingfun.com/thread-2070-1-1.html 

【已解决】ERROR: Compile R Classes returned E=1 - 用户反馈 - 清泛IT社区,为创新赋能!

编译apk报错如下: 根据用户描述,AI伴侣测试正常,编译则报错。 [hide]最终发现,是由于项目名全数字导致的问题(也许是数字开头导致的),可能是用户改了文件名再导入导致的问题。 正常情况下,新建项目/项目改...
https://stackoverflow.com/ques... 

Download a file with Android, and showing the progress in a ProgressDialog

...etInputStream()); String path = "/sdcard/BarcodeScanner-debug.apk" ; OutputStream output = new FileOutputStream(path); byte data[] = new byte[1024]; long total = 0; int count; while ((count = input.read(data)) != -1) { ...
https://www.fun123.cn/reference/info/vip.html 

VIP会员中心 · App Inventor 2 中文网,少儿编程陪伴者

... 编译apk VIP专享教程 ...
https://bbs.tsingfun.com/thread-1157-1-1.html 

编译失败! Error: Your build failed due to an error in the AAPT stage,...

编译apk报错如下: 经过日志分析如下: Tag <activity> attribute name has invalid character [java] /tmp/1685410160630_0.39828964915976717-0/youngandroidproject/../build/AndroidManifest.xml:5: Tag <activity> attribute name has invalid character '�'.    &n...