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

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://bbs.tsingfun.com/thread-2129-1-1.html 

Call to ‘set-and-coerce-property!’ has too few arguments (3; must be...

编译apk,报错:Call to ‘set-and-coerce-property!’ has too few arguments (3; must be 4) 原因是因为代码块有问题/报错,有空的地方没有填值,比如这种: 参考:https://community.appinventor.mi ... 3-must-be-4/20690/4 又学习到了新bug的解决方法...
https://bbs.tsingfun.com/thread-2498-1-1.html 

【解决】java.lang.ArrayIndexOutOfBoundsException: length=1; index=-1 a...

...ogressChanged(Unknown Source:4) at hb.handleMessage(chromium-SystemWebView.apk-default-495156106:208) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loopOnce(Looper.java:201) at android.os.Looper.loop(Looper.java:288) at android.app.ActivityThread.main(ActivityThread.ja...
https://bbs.tsingfun.com/thread-2518-1-1.html 

搜索不到ble设备 - App应用开发 - 清泛IT社区,为创新赋能!

使用AI伴侣能搜索到ble设备,但是安装apk后搜索不到,这是怎么回事呢大概率是权限问题,在手机设置将 app 相关权限都打开试试,尤其是发现设备等权限。
https://bbs.tsingfun.com/thread-2529-1-1.html 

MIT已发布v2.76版本:支持iOS编译,苹果版App终于来了,中文网已完成升级!...

...问题在导出的 PNG 文件中 修复了包含项目的项目会导致 APK 中功能不正确的错误 修复了格式错误的密钥库可能导致构建挂起的错误 修复了区块编辑器中警告计数器不正确的问题 修复了 index.jsp 中不遵循 autoload=false 等查询参数...
https://bbs.tsingfun.com/thread-2568-1-1.html 

飞机大战游戏 - .aia 案例源码 - 清泛IT社区,为创新赋能!

屏幕数量:3个,代码块2000左右,游戏完成度很高,可玩性非常好,有很好的学习参考价值。 apk可以安装试玩。
https://bbs.tsingfun.com/thread-2612-1-1.html 

“AppInventor学院”App国内各大市场上架之旅 - App应用开发 - 清泛IT社区...

...:https://dev.mi.com/xiaomihyperos/console/developer/account 只要apk不报病毒,通过腾讯管家检测就能上架。 其次上架必须准备一个《隐私政策》在线网页url,告知用户你如何访问及访问隐私权限的用途,可以参考:https://www.fun123.cn/stati...
https://bbs.tsingfun.com/thread-478-1-1.html 

C语言结构体里的成员数组和指针 - c++1y / stl - 清泛IT社区,为创新赋能!

...少内存碎片。(其实,我个人觉得也没多高了,反正你跑不了要用做偏移量的加法来寻址)我们来看看是怎么个连续的,用gdb的x命令来查看:(我们知道,用struct line {}中的那个char contents[]不占用结构体的内存,所以,struct line就...
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) { ...