清泛IT社区App Inventor 2 中文社区

搜索

扫码访问移动社区 移动社区,您的掌上技术专家

关注我,精彩不错过! 关注我,精彩不错过!

扫码安装最新版AI伴侣 最新版AI伴侣v2.76

Aia StoreApp上架指南 .aia 源码一站式解决方案 发布日志AI2连接测试ai2Starter模拟器

AppInventor2离线版中文教育版接入DeepSeek VIP会员 享专有教程,免费赠送基础版*技术支持服务! AI2入门必读中文文档AI2拓展IoT专题

查看: 12|回复: 2
打印 上一主题 下一主题

[解决中] AI助手生成代码编译apk报错

  • TA的每日心情
    开心
    昨天 06:33
  • 签到天数: 834 天

    [LV.10]以坛为家III

    1173

    主题

    1965

    帖子

    5万

    积分

    管理员

    Rank: 9Rank: 9Rank: 9

    积分
    55907

    AI2中文网VIP弹球达人接水果达人撸猫达人

    跳转到指定楼层
    楼主
    发表于 3 小时前 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
    编译apk编译报错信息如下:
    1. D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\1781143258366_6476145339306496000-0\youngandroidproject\..\build\intermediates\res\merged\layout\abc_alert_dialog_button_bar_material.xml: note: using v22 attributes; synthesizing resource appinventor.ai_18721201607.BLtalka:layout/abc_alert_dialog_button_bar_material for configuration v22.
    2. D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\1781143258366_6476145339306496000-0\youngandroidproject\..\build\AndroidManifest.xml:11: error: Error: String types not allowed (at 'screenOrientation' with value 'Portrait').

    3.     (new resource id switch_thumb_material_dark from D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\1781143258366_6476145339306496000-0\youngandroidproject\..\build\intermediates\res\merged\color\switch_thumb_material_dark.xml)
    4.     (new resource id switch_thumb_material_light from D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\1781143258366_6476145339306496000-0\youngandroidproject\..\build\intermediates\res\merged\color\switch_thumb_material_light.xml)
    5. [RunAapt] ERROR: Error running AAPT
    6. [RunAapt] Task errored in 14.459 seconds
    7. 6月 11, 2026 10:01:28 上午 com.google.appinventor.buildserver.BuildServer checkMemory
    8. 信息: Build 2 current used memory: 8961480 bytes
    9. 6月 11, 2026 10:01:28 上午 com.google.appinventor.buildserver.BuildServer buildAndCreateZip
    10. 严重: Build 2 Failed: 1 [RunAapt] ERROR: Error running AAPT
    复制代码
    调查中。

    BLtalka.aia

    206.01 KB, 阅读权限: 200, 下载次数: 0, 下载积分: 经验 1

    App Inventor 2 中文网 - MIT同步更新的中文本土化平台!v2.76 支持Android 15 & iOS 更新日志
  • TA的每日心情
    开心
    昨天 06:33
  • 签到天数: 834 天

    [LV.10]以坛为家III

    1173

    主题

    1965

    帖子

    5万

    积分

    管理员

    Rank: 9Rank: 9Rank: 9

    积分
    55907

    AI2中文网VIP弹球达人接水果达人撸猫达人

    沙发
    发表于 3 小时前 | 只看该作者
    原因是:Screen2中的属性值被AI设置错了,首字母大写不对。重新下拉设置一下。
    新的报错:
    1.   Attempt to define local of type reference as x:boolean
    2. Info in D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\kawa14771908652448759688.jar:gnu/kawa/xml/NodeCompare.class:
    3. Methods with invalid locals information:
    4.   java.lang.Object gnu.kawa.xml.NodeCompare.apply2(java.lang.Object, java.lang.Object)
    5.   Information in locals-table is invalid with respect to the stack map table. Local refers to non-present stack map type for register: 6 with constraint INT.
    6. Info in D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\kawa14771908652448759688.jar:gnu/kawa/xslt/XSLT.class:
    7. Methods with invalid locals information:
    8.   void gnu.kawa.xslt.XSLT.process(gnu.lists.TreeList, gnu.kawa.xml.Focus, gnu.mapping.CallContext)
    9.   Information in locals-table is invalid with respect to the stack map table. Local refers to non-present stack map type for register: 9 with constraint INT.
    10. Info in D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\kawa14771908652448759688.jar:gnu/lists/TreeList.class:
    11. Methods with invalid locals information:
    12.   int gnu.lists.TreeList.parentOrEntityI(int)
    13.   Information in locals-table is invalid with respect to the stack map table. Local refers to non-present stack map type for register: 3 with constraint INT.
    14.   int gnu.lists.TreeList.consumeIRange(int, int, gnu.lists.Consumer)
    15.   Information in locals-table is invalid with respect to the stack map table. Local refers to non-present stack map type for register: 6 with constraint INT.
    16.   void gnu.lists.TreeList.toString(java.lang.String, java.lang.StringBuffer)
    17.   Information in locals-table is invalid with respect to the stack map table. Local refers to non-present stack map type for register: 5 with constraint INT.
    18.   java.lang.Object gnu.lists.TreeList.getPosNext(int)
    19.   Information in locals-table is invalid with respect to the stack map table. Local refers to non-present stack map type for register: 4 with constraint OBJECT.
    20.   int gnu.lists.TreeList.stringValue(boolean, int, java.lang.StringBuffer)
    21.   Information in locals-table is invalid with respect to the stack map table. Local refers to non-present stack map type for register: 9 with constraint INT.
    22.   int gnu.lists.TreeList.nextMatching(int, gnu.lists.ItemPredicate, int, boolean)
    23.   Information in locals-table is invalid with respect to the stack map table. Local refers to non-present stack map type for register: 12 with constraint INT.
    24.   void gnu.lists.TreeList.dump(java.io.PrintWriter, int, int)
    25.   Information in locals-table is invalid with respect to the stack map table. Local refers to non-present stack map type for register: 7 with constraint INT.
    26. Info in D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\kawa14771908652448759688.jar:gnu/mapping/LazyPropertyKey.class:
    27. Methods with invalid locals information:
    28.   java.lang.Object gnu.mapping.LazyPropertyKey.get(gnu.mapping.PropertySet, java.lang.Object)
    29.   Information in locals-table is invalid with respect to the stack map table. Local refers to non-present stack map type for register: 11 with constraint OBJECT.
    30. Info in D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\kawa14771908652448759688.jar:gnu/mapping/Procedure.class:
    31. Methods with invalid locals information:
    32.   void gnu.mapping.Procedure.apply(gnu.mapping.Procedure, gnu.mapping.CallContext)
    33.   Information in locals-table is invalid with respect to the stack map table. Local refers to non-present stack map type for register: 2 with constraint OBJECT.
    34. Info in D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\kawa14771908652448759688.jar:gnu/text/PrettyWriter.class:
    35. Methods with invalid locals information:
    36.   boolean gnu.text.PrettyWriter.maybeOutput(boolean, boolean)
    37.   Information in locals-table is invalid with respect to the stack map table. Local refers to non-present stack map type for register: 6 with constraint INT.
    38. Info in D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\kawa14771908652448759688.jar:gnu/xquery/lang/XQParser.class:
    39. Methods with invalid locals information:
    40.   gnu.expr.Expression gnu.xquery.lang.XQParser.parseNodeTest(int)
    41.   Information in locals-table is invalid with respect to the stack map table. Local refers to non-present stack map type for register: 8 with constraint OBJECT.
    42.   gnu.expr.Expression gnu.xquery.lang.XQParser.parseMaybePrimaryExpr()
    43.   Information in locals-table is invalid with respect to the stack map table. Local refers to non-present stack map type for register: 9 with constraint OBJECT.
    44.   gnu.expr.Expression gnu.xquery.lang.XQParser.parse(gnu.expr.Compilation)
    45.   Information in locals-table is invalid with respect to the stack map table. Local refers to non-present stack map type for register: 25 with constraint INT.
    46. Info in D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\kawa14771908652448759688.jar:gnu/xquery/lang/XQResolveNames.class:
    47. Methods with invalid locals information:
    48.   gnu.expr.Expression gnu.xquery.lang.XQResolveNames.visitApplyExp(gnu.expr.ApplyExp, java.lang.Void)
    49.   Information in locals-table is invalid with respect to the stack map table. Local refers to non-present stack map type for register: 9 with constraint OBJECT.
    50. Info in D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\kawa14771908652448759688.jar:gnu/xquery/util/StringUtils.class:
    51. Methods with invalid locals information:
    52.   java.util.regex.Pattern gnu.xquery.util.StringUtils.makePattern(java.lang.String, java.lang.String)
    53.   Information in locals-table is invalid with respect to the stack map table. Local refers to non-present stack map type for register: 6 with constraint INT.
    54. Info in D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\kawa14771908652448759688.jar:kawa/Shell.class:
    55. Methods with invalid locals information:
    56.   boolean kawa.Shell.runFileOrClass(java.lang.String, boolean, int)
    57.   Information in locals-table is invalid with respect to the stack map table. Local refers to non-present stack map type for register: 5 with constraint OBJECT.
    58. Info in D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\kawa14771908652448759688.jar:kawa/lang/SyntaxPattern.class:
    59. Methods with invalid locals information:
    60.   boolean kawa.lang.SyntaxPattern.match(java.lang.Object, java.lang.Object[], int, int, kawa.lang.SyntaxForm)
    61.   Information in locals-table is invalid with respect to the stack map table. Local refers to non-present stack map type for register: 12 with constraint INT.
    62. Info in D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\kawa14771908652448759688.jar:kawa/lib/kawa/hashtable$HashTable.class:
    63. Methods with invalid locals information:
    64.   void kawa.lib.kawa.hashtable$HashTable.walk(gnu.mapping.Procedure)
    65.   Attempt to define local of type reference as length:int
    66.   java.lang.Object kawa.lib.kawa.hashtable$HashTable.fold(gnu.mapping.Procedure, java.lang.Object)
    67.   Attempt to define local of type reference as length:int
    68.   gnu.lists.FVector kawa.lib.kawa.hashtable$HashTable.keysVector()
    69.   Attempt to define local of type reference as length:int
    70.   gnu.lists.Pair kawa.lib.kawa.hashtable$HashTable.entriesVectorPair()
    71.   Attempt to define local of type reference as length:int
    72.   java.lang.Object kawa.lib.kawa.hashtable$HashTable.toAlist()
    73.   Attempt to define local of type reference as length:int
    74.   gnu.lists.LList kawa.lib.kawa.hashtable$HashTable.toNodeList()
    75.   Attempt to define local of type reference as length:int
    76.   gnu.kawa.util.HashNode[] kawa.lib.kawa.hashtable$HashTable.toNodeArray()
    77.   Attempt to define local of type reference as length:int
    78.   void kawa.lib.kawa.hashtable$HashTable.putAll(kawa.lib.kawa.hashtable$HashTable)
    79.   Attempt to define local of type reference as length:int
    80. Info in D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\kawa14771908652448759688.jar:kawa/lib/misc.class:
    81. Methods with invalid locals information:
    82.   boolean kawa.lib.misc.lambda2$V(gnu.mapping.Symbol, gnu.mapping.Symbol, java.lang.Object[])
    83.   Attempt to define local of type reference as x:boolean
    84. Info in D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\kawa14771908652448759688.jar:kawa/lib/numbers.class:
    85. Methods with invalid locals information:
    86.   boolean kawa.lib.numbers.isInteger(java.lang.Object)
    87.   Type information in locals-table is inconsistent. Cannot constrain type: INT for value: v49 by constraint OBJECT.
    88. Info in D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\kawa14771908652448759688.jar:kawa/lib/srfi95.class:
    89. Methods with invalid locals information:
    90.   java.lang.Object kawa.lib.srfi95.isSorted(java.lang.Object, java.lang.Object, java.lang.Object)
    91.   Attempt to define local of type reference as dimax:int
    92. Info in D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\kawa14771908652448759688.jar:kawa/lib/syntax.class:
    93. Methods with invalid locals information:
    94.   boolean kawa.lib.syntax.isIdentifierPairList(java.lang.Object)
    95.   Attempt to define local of type reference as x:boolean
    96. Info in D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\kawa14771908652448759688.jar:kawa/lib/system.class:
    97. Methods with invalid locals information:
    98.   java.lang.Object kawa.lib.system.tokenizeStringToStringArray(java.lang.String)
    99.   Attempt to define local of type reference as count:int
    100. Info in D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\kawa14771908652448759688.jar:kawa/repl.class:
    101. Methods with invalid locals information:
    102.   int kawa.repl.processArgs(java.lang.String[], int, int)
    103.   Information in locals-table is invalid with respect to the stack map table. Local refers to non-present stack map type for register: 6 with constraint OBJECT.
    104.   void kawa.repl.compileFiles(java.lang.String[], int, int)
    105.   Information in locals-table is invalid with respect to the stack map table. Local refers to non-present stack map type for register: 11 with constraint OBJECT.
    106. Info in D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\kawa14771908652448759688.jar:kawa/standard/require.class:
    107. Methods with invalid locals information:
    108.   boolean kawa.standard.require.importDefinitions(java.lang.String, gnu.expr.ModuleInfo, gnu.mapping.Procedure, java.util.Vector, gnu.expr.ScopeExp, gnu.expr.Compilation)
    109.   Information in locals-table is invalid with respect to the stack map table. Local refers to non-present stack map type for register: 24 with constraint OBJECT.
    110.   boolean kawa.standard.require.scanForDefinitions(gnu.lists.Pair, java.util.Vector, gnu.expr.ScopeExp, kawa.lang.Translator)
    111.   Information in locals-table is invalid with respect to the stack map table. Local refers to non-present stack map type for register: 9 with constraint OBJECT.
    112. Info in D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\kawa14771908652448759688.jar:kawa/standard/syntax_case.class:
    113. Methods with invalid locals information:
    114.   gnu.expr.Expression kawa.standard.syntax_case.rewriteClauses(java.lang.Object, kawa.standard.syntax_case_work, kawa.lang.Translator)
    115.   Information in locals-table is invalid with respect to the stack map table. Local refers to non-present stack map type for register: 6 with constraint OBJECT.
    116. Info: Some warnings are typically a sign of using an outdated Java toolchain. To fix, recompile the source with an updated toolchain.
    117. 6月 11, 2026 10:25:03 上午 com.google.appinventor.buildserver.util.Execution execute
    118. 信息: ____Executing java @D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\1781144526696_6963114374824699904-0\youngandroidproject\..\build\tmp\d8arguments.txt
    119. Picked up JAVA_TOOL_OPTIONS: -Djava.io.tmpdir="D:\ChineseAppInventor\resources\app.asar.unpacked\tmp" -Dfile.encoding=UTF-8
    120. Picked up _JAVA_OPTIONS:  -Xms64m -Xmx4G
    121. 6月 11, 2026 10:25:07 上午 com.google.appinventor.buildserver.util.Execution execute
    122. 信息: ____Executing java @D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\1781144526696_6963114374824699904-0\youngandroidproject\..\build\tmp\d8arguments.txt
    123. Picked up JAVA_TOOL_OPTIONS: -Djava.io.tmpdir="D:\ChineseAppInventor\resources\app.asar.unpacked\tmp" -Dfile.encoding=UTF-8
    124. Picked up _JAVA_OPTIONS:  -Xms64m -Xmx4G
    125. Warning in D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\swiperefreshlayout17976021959689103232.jar:androidx/swiperefreshlayout/widget/SwipeRefreshLayout.class:
    126. Type `androidx.core.view.NestedScrollingParent` was not found, it is required for default or static interface methods desugaring of `androidx.swiperefreshlayout.widget.SwipeRefreshLayout`
    127. Warning in D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\swiperefreshlayout17976021959689103232.jar:androidx/swiperefreshlayout/widget/SwipeRefreshLayout.class:
    128. Type `androidx.core.view.NestedScrollingChild` was not found, it is required for default or static interface methods desugaring of `androidx.swiperefreshlayout.widget.SwipeRefreshLayout`
    129. 6月 11, 2026 10:25:14 上午 com.google.appinventor.buildserver.util.Execution execute
    130. 信息: ____Executing java @D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\1781144526696_6963114374824699904-0\youngandroidproject\..\build\tmp\d8arguments.txt
    131. Picked up JAVA_TOOL_OPTIONS: -Djava.io.tmpdir="D:\ChineseAppInventor\resources\app.asar.unpacked\tmp" -Dfile.encoding=UTF-8
    132. Picked up _JAVA_OPTIONS:  -Xms64m -Xmx4G
    133. 6月 11, 2026 10:25:18 上午 com.google.appinventor.buildserver.util.Execution execute
    134. 信息: ____Executing java @D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\1781144526696_6963114374824699904-0\youngandroidproject\..\build\tmp\d8arguments.txt
    135. Picked up JAVA_TOOL_OPTIONS: -Djava.io.tmpdir="D:\ChineseAppInventor\resources\app.asar.unpacked\tmp" -Dfile.encoding=UTF-8
    136. Picked up _JAVA_OPTIONS:  -Xms64m -Xmx4G
    137. 6月 11, 2026 10:25:23 上午 com.google.appinventor.buildserver.util.Execution execute
    138. 信息: ____Executing java @D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\1781144526696_6963114374824699904-0\youngandroidproject\..\build\tmp\d8arguments.txt
    139. Picked up JAVA_TOOL_OPTIONS: -Djava.io.tmpdir="D:\ChineseAppInventor\resources\app.asar.unpacked\tmp" -Dfile.encoding=UTF-8
    140. Picked up _JAVA_OPTIONS:  -Xms64m -Xmx4G
    141. 6月 11, 2026 10:25:27 上午 com.google.appinventor.buildserver.util.Execution execute
    142. 信息: ____Executing java @D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\1781144526696_6963114374824699904-0\youngandroidproject\..\build\tmp\d8arguments.txt
    143. Picked up JAVA_TOOL_OPTIONS: -Djava.io.tmpdir="D:\ChineseAppInventor\resources\app.asar.unpacked\tmp" -Dfile.encoding=UTF-8
    144. Picked up _JAVA_OPTIONS:  -Xms64m -Xmx4G
    145. 6月 11, 2026 10:25:32 上午 com.google.appinventor.buildserver.util.Execution execute
    146. 信息: ____Executing java @D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\1781144526696_6963114374824699904-0\youngandroidproject\..\build\tmp\d8arguments.txt
    147. Picked up JAVA_TOOL_OPTIONS: -Djava.io.tmpdir="D:\ChineseAppInventor\resources\app.asar.unpacked\tmp" -Dfile.encoding=UTF-8
    148. Picked up _JAVA_OPTIONS:  -Xms64m -Xmx4G
    149. Warning in D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\customview11316791589806833201.jar:androidx/customview/widget/ExploreByTouchHelper$MyNodeProvider.class:
    150. Type `androidx.core.view.accessibility.AccessibilityNodeProviderCompat` was not found, it is required for default or static interface methods desugaring of `androidx.customview.widget.ExploreByTouchHelper$MyNodeProvider`
    151. Warning in D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\customview11316791589806833201.jar:androidx/customview/widget/ExploreByTouchHelper.class:
    152. Type `androidx.core.view.AccessibilityDelegateCompat` was not found, it is required for default or static interface methods desugaring of `androidx.customview.widget.ExploreByTouchHelper`
    153. 6月 11, 2026 10:25:40 上午 com.google.appinventor.buildserver.util.Execution execute
    154. 信息: ____Executing java @D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\1781144526696_6963114374824699904-0\youngandroidproject\..\build\tmp\d8arguments.txt
    155. Picked up JAVA_TOOL_OPTIONS: -Djava.io.tmpdir="D:\ChineseAppInventor\resources\app.asar.unpacked\tmp" -Dfile.encoding=UTF-8
    156. Picked up _JAVA_OPTIONS:  -Xms64m -Xmx4G
    157. 6月 11, 2026 10:25:44 上午 com.google.appinventor.buildserver.util.Execution execute
    158. 信息: ____Executing java @D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\1781144526696_6963114374824699904-0\youngandroidproject\..\build\tmp\d8arguments.txt
    159. Picked up JAVA_TOOL_OPTIONS: -Djava.io.tmpdir="D:\ChineseAppInventor\resources\app.asar.unpacked\tmp" -Dfile.encoding=UTF-8
    160. Picked up _JAVA_OPTIONS:  -Xms64m -Xmx4G
    161. Warning in D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\lifecycle-runtime13279795694501205233.jar:androidx/lifecycle/LifecycleRegistry.class:
    162. Type `androidx.lifecycle.Lifecycle` was not found, it is required for default or static interface methods desugaring of `androidx.lifecycle.LifecycleRegistry`
    163. 6月 11, 2026 10:25:48 上午 com.google.appinventor.buildserver.util.Execution execute
    164. 信息: ____Executing java @D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\1781144526696_6963114374824699904-0\youngandroidproject\..\build\tmp\d8arguments.txt
    165. Picked up JAVA_TOOL_OPTIONS: -Djava.io.tmpdir="D:\ChineseAppInventor\resources\app.asar.unpacked\tmp" -Dfile.encoding=UTF-8
    166. Picked up _JAVA_OPTIONS:  -Xms64m -Xmx4G
    167. 6月 11, 2026 10:25:56 上午 com.google.appinventor.buildserver.util.Execution execute
    168. 信息: ____Executing java @D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\1781144526696_6963114374824699904-0\youngandroidproject\..\build\tmp\d8arguments.txt
    169. Picked up JAVA_TOOL_OPTIONS: -Djava.io.tmpdir="D:\ChineseAppInventor\resources\app.asar.unpacked\tmp" -Dfile.encoding=UTF-8
    170. Picked up _JAVA_OPTIONS:  -Xms64m -Xmx4G
    171. 6月 11, 2026 10:26:03 上午 com.google.appinventor.buildserver.util.Execution execute
    172. 信息: ____Executing java @D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\1781144526696_6963114374824699904-0\youngandroidproject\..\build\tmp\d8arguments.txt
    173. Picked up JAVA_TOOL_OPTIONS: -Djava.io.tmpdir="D:\ChineseAppInventor\resources\app.asar.unpacked\tmp" -Dfile.encoding=UTF-8
    174. Picked up _JAVA_OPTIONS:  -Xms64m -Xmx4G
    175. 6月 11, 2026 10:26:07 上午 com.google.appinventor.buildserver.util.Execution execute
    176. 信息: ____Executing java @D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\1781144526696_6963114374824699904-0\youngandroidproject\..\build\tmp\d8arguments.txt
    177. Picked up JAVA_TOOL_OPTIONS: -Djava.io.tmpdir="D:\ChineseAppInventor\resources\app.asar.unpacked\tmp" -Dfile.encoding=UTF-8
    178. Picked up _JAVA_OPTIONS:  -Xms64m -Xmx4G
    179. Info: Stripped invalid locals information from 1 method.
    180. Info in D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\print8193839149095279955.jar:androidx/print/PrintHelper$PrintUriAdapter$1.class:
    181. Methods with invalid locals information:
    182.   void androidx.print.PrintHelper$PrintUriAdapter$1.onPostExecute(android.graphics.Bitmap)
    183.   Information in locals-table is invalid with respect to the stack map table. Local refers to non-present stack map type for register: 2 with constraint OBJECT.
    184. Info: Some warnings are typically a sign of using an outdated Java toolchain. To fix, recompile the source with an updated toolchain.
    185. 6月 11, 2026 10:26:12 上午 com.google.appinventor.buildserver.util.Execution execute
    186. 信息: ____Executing java @D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\1781144526696_6963114374824699904-0\youngandroidproject\..\build\tmp\d8arguments.txt
    187. Picked up JAVA_TOOL_OPTIONS: -Djava.io.tmpdir="D:\ChineseAppInventor\resources\app.asar.unpacked\tmp" -Dfile.encoding=UTF-8
    188. Picked up _JAVA_OPTIONS:  -Xms64m -Xmx4G
    189. Warning in D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\vectordrawable8918537512895809484.jar:androidx/vectordrawable/graphics/drawable/VectorDrawableCommon.class:
    190. Type `androidx.core.graphics.drawable.TintAwareDrawable` was not found, it is required for default or static interface methods desugaring of `androidx.vectordrawable.graphics.drawable.VectorDrawableCommon`
    191. 6月 11, 2026 10:26:19 上午 com.google.appinventor.buildserver.util.Execution execute
    192. 信息: ____Executing java @D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\1781144526696_6963114374824699904-0\youngandroidproject\..\build\tmp\d8arguments.txt
    193. Picked up JAVA_TOOL_OPTIONS: -Djava.io.tmpdir="D:\ChineseAppInventor\resources\app.asar.unpacked\tmp" -Dfile.encoding=UTF-8
    194. Picked up _JAVA_OPTIONS:  -Xms64m -Xmx4G
    195. 6月 11, 2026 10:26:24 上午 com.google.appinventor.buildserver.util.Execution execute
    196. 信息: ____Executing java @D:\ChineseAppInventor\resources\app.asar.unpacked\tmp\1781144526696_6963114374824699904-0\youngandroidproject\..\build\tmp\d8arguments.txt
    197. Picked up JAVA_TOOL_OPTIONS: -Djava.io.tmpdir="D:\ChineseAppInventor\resources\app.asar.unpacked\tmp" -Dfile.encoding=UTF-8
    198. Picked up _JAVA_OPTIONS:  -Xms64m -Xmx4G
    复制代码
    App Inventor 2 中文网 - MIT同步更新的中文本土化平台!v2.76 支持Android 15 & iOS 更新日志
  • TA的每日心情
    开心
    昨天 06:33
  • 签到天数: 834 天

    [LV.10]以坛为家III

    1173

    主题

    1965

    帖子

    5万

    积分

    管理员

    Rank: 9Rank: 9Rank: 9

    积分
    55907

    AI2中文网VIP弹球达人接水果达人撸猫达人

    板凳
    发表于 2 小时前 | 只看该作者
    删除Screen1所有代码块之后,就ok了。
    App Inventor 2 中文网 - MIT同步更新的中文本土化平台!v2.76 支持Android 15 & iOS 更新日志
    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    © 2026 tsingfun.com, Inc.  沪ICP备2020034476号-1  沪公网安备31011702000040号

    GMT+8, 2026-06-11 13:30 , Processed in 0.068144 second(s), 42 queries .