大约有 860 项符合查询结果(耗时:0.0166秒) [XML]
KIO4_AnimatedGif:Gif 动画扩展,可点击,可设置透明背景 - App Inventor ...
...图中图片预览会展示动图,但是通过AI伴侣测试或编译成apk真机测试,就会发现图片不会动,只会展示静态图片。那么问题来了,如何展示动图/动画效果呢?有2种思路参考:https://bbs.tsingfun.com/thread-1801-1-1.html
当然,也可以使...
【已解决】ERROR: Compile R Classes returned E=1 - 用户反馈 - 清泛IT社区,为创新赋能!
编译apk报错如下:
根据用户描述,AI伴侣测试正常,编译则报错。
[hide]最终发现,是由于项目名全数字导致的问题(也许是数字开头导致的),可能是用户改了文件名再导入导致的问题。
正常情况下,新建项目/项目改...
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的解决方法...
AppInventor2 vs Android Studio - App应用开发 - 清泛IT社区,为创新赋能!
...但是android studio工具可以调查部分app的通用问题,最终的apk他们是一致的,只是源码形式和编译器不同而已。
就是说出现问题了我解决不了 我也没法找安卓工程师来解决?
安卓开发经验是相通的,安卓工程师能极快上手 ai2...
【免费开放】App Inventor 2 LLMAI2Ext 自研拓展:接入DeepSeek、Kimi、通...
...使用外网的平台。感谢您为我解答。
...
AI伴侣测试还是apk测试的?
根据经验,握手失败,是由于客户端和服务端协议不兼容。
猜测:大概率,你搭建平台的机器openssl版本问题或者java版本问题。好的,我试试app安装到手机试...
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) {
...
VIP会员中心 · App Inventor 2 中文网,少儿编程陪伴者
... 编译apk VIP专享教程 ...
编译失败! 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...
Move layouts up when soft keyboard is shown?
...ding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:background="@drawable/bg"
android:layout_height="match_parent"
>
<RelativeLayout
android:layout_width="fill_parent"
andr...
How to activate “Share” button in android app?
... encoding="utf-8"?>
<paths xmlns:android="http://schemas.android.com/apk/res/android">
<files-path
name="files"
path="."/>
<external-path
name="external_files"
path="."/>
</paths>
now go to the manifests folder and open the Android...