uxl
July 11, 2024, 12:30pm
1
I have an app with lot of extensions. I am encountering a problem during building.
I am adding the last 4 lines below from the error given by two different attempts.
Can someone please comment on these?
What could be the problem? Can you give me an idea?
From first try:
[RunD8] INFO: Using pre-dexed dex-cached-50376604002609b65556571e82e56cbc.dex <- /tmp/jts6239427906004714239.jar
[RunD8] INFO: Using pre-dexed dex-cached-537bdf06d79c5d08d96ae41f5bb9e14a.dex <- /tmp/osmdroid8718564848534882101.jar
[RunD8] INFO: Using pre-dexed dex-cached-5ac7fbcd3db479aefb3c1ac19684bf6c.dex <- /tmp/androidsvg9487877054348026153.jar
[RunD8] INFO: Using pre-dexed dex-cached-5e8957d43c18b768aa7d081353a3dd55.dex <- /tmp/json16260008837498457993.jar
From second try:
[RunD8] INFO: Using pre-dexed dex-cached-537bdf06d79c5d08d96ae41f5bb9e14a.dex <- /tmp/osmdroid5253509485139948277.jar
[RunD8] INFO: Using pre-dexed dex-cached-5ac7fbcd3db479aefb3c1ac19684bf6c.dex <- /tmp/androidsvg18224421103283684924.jar
[RunD8] INFO: Using pre-dexed dex-cached-5e8957d43c18b768aa7d081353a3dd55.dex <- /tmp/json11332920187529595962.jar
[RunD8] INFO: Using pre-dexed dex-cached-50376604002609b65556571e82e56cbc.dex <- /tmp/jts10336109403519560293.jar
TIMAI2
July 11, 2024, 12:35pm
2
Of course you could provide a list of the extensions you are using...
Have you checked that you are using the very latest version of each of the extensions?
Are any of the extensions a bit dated, e.g. from say before 2020 ?
It may help to show the full error message here...
uxl
July 11, 2024, 12:58pm
3
App Inventor is unable to compile this project.
The compiler error output was
[ReadBuildInfo] Starting Task
[ReadBuildInfo] Task succeeded in 0.006 seconds
[LoadComponentInfo] Starting Task
[LoadComponentInfo] INFO: Generating assets...
[LoadComponentInfo] Component assets needed, n = 2
[LoadComponentInfo] INFO: Generating activities...
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunClipboard" does not specify activities
[LoadComponentInfo] Component activities needed, n = 0
[LoadComponentInfo] INFO: Component "de.bodymindpower.ActivityLifecycle.ActivityLifecycle" does not specify activityMetadata
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunTextbox" does not specify activityMetadata
[LoadComponentInfo] INFO: Component "com.atomdeveloper.FloatingActionView.FloatingActionView" does not specify activityMetadata
[LoadComponentInfo] INFO: Component "de.bodymindpower.IdleMode.IdleMode" does not specify activityMetadata
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunTools" does not specify activityMetadata
[LoadComponentInfo] INFO: Component "com.kode.navigation.navigation" does not specify activityMetadata
[LoadComponentInfo] INFO: Component "com.pedroza.PolylineTools.PolylineTools" does not specify activityMetadata
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunSharing" does not specify activityMetadata
[LoadComponentInfo] INFO: Component "cn.kevinkun.KevinkunEnhance.KevinkunEnhance" does not specify activityMetadata
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunClipboard" does not specify activityMetadata
[LoadComponentInfo] INFO: Component "com.appybuilder.ListUtils.ListUtils" does not specify activityMetadata
[LoadComponentInfo] Component activity metadata needed, n = 0
[LoadComponentInfo] INFO: Generating broadcast receivers...
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunClipboard" does not specify broadcastReceivers
[LoadComponentInfo] INFO: Component "de.bodymindpower.ActivityLifecycle.ActivityLifecycle" does not specify services
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunTextbox" does not specify services
[LoadComponentInfo] INFO: Component "com.atomdeveloper.FloatingActionView.FloatingActionView" does not specify services
[LoadComponentInfo] INFO: Component "de.bodymindpower.IdleMode.IdleMode" does not specify services
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunTools" does not specify services
[LoadComponentInfo] INFO: Component "com.kode.navigation.navigation" does not specify services
[LoadComponentInfo] INFO: Component "com.pedroza.PolylineTools.PolylineTools" does not specify services
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunSharing" does not specify services
[LoadComponentInfo] INFO: Component "cn.kevinkun.KevinkunEnhance.KevinkunEnhance" does not specify services
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunClipboard" does not specify services
[LoadComponentInfo] INFO: Component "com.appybuilder.ListUtils.ListUtils" does not specify services
[LoadComponentInfo] Component content providers needed, n = 0
[LoadComponentInfo] INFO: Generating libraries...
[LoadComponentInfo] Libraries needed, n = 7
[LoadComponentInfo] INFO: Component "de.bodymindpower.ActivityLifecycle.ActivityLifecycle" does not specify metadata
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunTextbox" does not specify metadata
[LoadComponentInfo] INFO: Component "com.atomdeveloper.FloatingActionView.FloatingActionView" does not specify metadata
[LoadComponentInfo] INFO: Component "de.bodymindpower.IdleMode.IdleMode" does not specify metadata
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunTools" does not specify metadata
[LoadComponentInfo] INFO: Component "com.kode.navigation.navigation" does not specify metadata
[LoadComponentInfo] INFO: Component "com.pedroza.PolylineTools.PolylineTools" does not specify metadata
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunSharing" does not specify metadata
[LoadComponentInfo] INFO: Component "cn.kevinkun.KevinkunEnhance.KevinkunEnhance" does not specify metadata
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunClipboard" does not specify metadata
[LoadComponentInfo] INFO: Component "com.appybuilder.ListUtils.ListUtils" does not specify metadata
[LoadComponentInfo] Component metadata needed, n = 0
[LoadComponentInfo] INFO: Generating Android minimum SDK...
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunTools" does not specify androidMinSdk
[LoadComponentInfo] INFO: Component "com.pedroza.PolylineTools.PolylineTools" does not specify androidMinSdk
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunClipboard" does not specify androidMinSdk
[LoadComponentInfo] INFO: Component "com.appybuilder.ListUtils.ListUtils" does not specify androidMinSdk
[LoadComponentInfo] INFO: Generating native libraries...
[LoadComponentInfo] Native Libraries needed, n = 0
[LoadComponentInfo] INFO: Generating permissions...
[LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.ActivityStarter" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.CheckBox" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.Circle" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.Clock" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.Form" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.HorizontalArrangement" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.HorizontalScrollArrangement" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.Image" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.Label" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.LineString" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.Map" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.Marker" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.Notifier" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.OrientationSensor" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.Player" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.SpeechRecognizer" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.TextBox" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.TinyDB" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.VerticalArrangement" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.VerticalScrollArrangement" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.Web" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.WebViewer" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "de.bodymindpower.ActivityLifecycle.ActivityLifecycle" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.devyb.devybgoogletranslate.DevYbGoogleTranslate" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.yusufcihan.DynamicComponents.DynamicComponents" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunTextbox" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.atomdeveloper.FloatingActionView.FloatingActionView" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "de.bodymindpower.IdleMode.IdleMode" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunTools" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.kode.navigation.navigation" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.KIO4_LocationSensor.KIO4_LocationSensor" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.pedroza.PolylineTools.PolylineTools" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunSharing" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "cn.kevinkun.KevinkunEnhance.KevinkunEnhance" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "io.clic.sashi.Clic" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunClipboard" does not specify permissionConstraints
[LoadComponentInfo] INFO: Component "com.appybuilder.ListUtils.ListUtils" does not specify permissionConstraints
[LoadComponentInfo] usesLocation = False
[LoadComponentInfo] Permissions needed, n = 23
[LoadComponentInfo] INFO: Component "de.bodymindpower.ActivityLifecycle.ActivityLifecycle" does not specify queries
[LoadComponentInfo] INFO: Component "com.devyb.devybgoogletranslate.DevYbGoogleTranslate" does not specify queries
[LoadComponentInfo] INFO: Component "com.yusufcihan.DynamicComponents.DynamicComponents" does not specify queries
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunTextbox" does not specify queries
[LoadComponentInfo] INFO: Component "com.atomdeveloper.FloatingActionView.FloatingActionView" does not specify queries
[LoadComponentInfo] INFO: Component "de.bodymindpower.IdleMode.IdleMode" does not specify queries
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunTools" does not specify queries
[LoadComponentInfo] INFO: Component "com.kode.navigation.navigation" does not specify queries
[LoadComponentInfo] INFO: Component "com.KIO4_LocationSensor.KIO4_LocationSensor" does not specify queries
[LoadComponentInfo] INFO: Component "com.pedroza.PolylineTools.PolylineTools" does not specify queries
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunSharing" does not specify queries
[LoadComponentInfo] INFO: Component "cn.kevinkun.KevinkunEnhance.KevinkunEnhance" does not specify queries
[LoadComponentInfo] INFO: Component "io.clic.sashi.Clic" does not specify queries
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunClipboard" does not specify queries
[LoadComponentInfo] INFO: Component "com.appybuilder.ListUtils.ListUtils" does not specify queries
[LoadComponentInfo] INFO: Component "de.bodymindpower.ActivityLifecycle.ActivityLifecycle" does not specify services
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunTextbox" does not specify services
[LoadComponentInfo] INFO: Component "com.atomdeveloper.FloatingActionView.FloatingActionView" does not specify services
[LoadComponentInfo] INFO: Component "de.bodymindpower.IdleMode.IdleMode" does not specify services
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunTools" does not specify services
[LoadComponentInfo] INFO: Component "com.kode.navigation.navigation" does not specify services
[LoadComponentInfo] INFO: Component "com.pedroza.PolylineTools.PolylineTools" does not specify services
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunSharing" does not specify services
[LoadComponentInfo] INFO: Component "cn.kevinkun.KevinkunEnhance.KevinkunEnhance" does not specify services
[LoadComponentInfo] INFO: Component "com.puravidaapps.TaifunClipboard" does not specify services
[LoadComponentInfo] INFO: Component "com.appybuilder.ListUtils.ListUtils" does not specify services
[LoadComponentInfo] Component services needed, n = 0
[LoadComponentInfo] INFO: Generating component broadcast receivers...
[LoadComponentInfo] Task succeeded in 0.006 seconds
[PrepareAppIcon] Starting Task
[PrepareAppIcon] INFO: Creating mipmap dirs...
[PrepareAppIcon] INFO: Generating icons...
[PrepareAppIcon] Generating icons for mipmap-mdpi
[PrepareAppIcon] Generating icons for mipmap-hdpi
[PrepareAppIcon] Generating icons for mipmap-xhdpi
[PrepareAppIcon] Generating icons for mipmap-xxhdpi
[PrepareAppIcon] Generating icons for mipmap-xxxhdpi
[PrepareAppIcon] Task succeeded in 1.057 seconds
[XmlConfig] Starting Task
[XmlConfig] INFO: Creating animation xml
[XmlConfig] Creating zoom_enter.xml
[XmlConfig] Creating fadeout.xml
[XmlConfig] Creating slide_v_exit.xml
[XmlConfig] Creating fadein.xml
[XmlConfig] Creating zoom_exit.xml
[XmlConfig] Creating slide_v_enter.xml
[XmlConfig] Creating zoom_exit_reverse.xml
[XmlConfig] Creating slide_v_enter_reverse.xml
[XmlConfig] Creating zoom_enter_reverse.xml
[XmlConfig] Creating slide_enter_reverse.xml
[XmlConfig] Creating slide_exit.xml
[XmlConfig] Creating hold.xml
[XmlConfig] Creating slide_enter.xml
[XmlConfig] Creating slide_v_exit_reverse.xml
[XmlConfig] Creating slide_exit_reverse.xml
[XmlConfig] INFO: Creating style xml
[XmlConfig] INFO: Creating provider_path xml
[XmlConfig] INFO: Creating network_security_config xml
[XmlConfig] INFO: Generating adaptive icon file
[XmlConfig] INFO: Generating round adaptive icon file
[XmlConfig] INFO: Generating adaptive icon background file
[XmlConfig] Task succeeded in 0.003 seconds
[CreateManifest] Starting Task
[CreateManifest] INFO: Reading project specs...
[CreateManifest] VCode: 1
[CreateManifest] VName: 1.0
[CreateManifest] Min SDK 8
[CreateManifest] INFO: Writing screen 'appinventor.ai_uxlzafara.Streets_MIT_copy3.Screen1'
[CreateManifest] Task succeeded in 0.001 seconds
[AttachNativeLibs] Starting Task
[AttachNativeLibs] Task succeeded in 0.0 seconds
[AttachAarLibs] Starting Task
[AttachAarLibs] Task succeeded in 0.116 seconds
[AttachCompAssets] Starting Task
[AttachCompAssets] Task succeeded in 0.004 seconds
[MergeResources] Starting Task
[MergeResources] Task succeeded in 0.197 seconds
[SetupLibs] Starting Task
[SetupLibs] Task succeeded in 0.0 seconds
[RunAapt] Starting Task
[RunAapt] Task succeeded in 1.163 seconds
[GenerateClasses] Starting Task
[GenerateClasses] INFO: Source File: appinventor/ai_uxlzafara/Streets_MIT_copy3/Screen1.yail
[GenerateClasses] INFO: Libraries Classpath = /tmp/kawa11801230095874096347.jar:/tmp/acra-4.4.01238231656269758200.jar:/tmp/AndroidRuntime17767869609663086329.jar:/tmp/annotation13390046424196572800.jar:/tmp/appcompat11986215915254124473.jar:/tmp/asynclayoutinflater2917697431032869112.jar:/tmp/collection2712911775579200500.jar:/tmp/constraintlayout887561156094265509.jar:/tmp/constraintlayout-solver9948645384992403723.jar:/tmp/coordinatorlayout3486043538861814646.jar:/tmp/core11601190397335654788.jar:/tmp/core-common9727383488102944951.jar:/tmp/core-runtime4216884082178580613.jar:/tmp/cursoradapter5540748757669090335.jar:/tmp/customview4650583499070235479.jar:/tmp/documentfile6941690253689773704.jar:/tmp/drawerlayout14691368326504161507.jar:/tmp/fragment2780543781857852642.jar:/tmp/interpolator7541102125859881408.jar:/tmp/legacy-support-core-ui17675790516675853659.jar:/tmp/legacy-support-core-utils7962509167813815862.jar:/tmp/lifecycle-common12934387923889421152.jar:/tmp/lifecycle-livedata10210497579580533754.jar:/tmp/lifecycle-livedata-core4015057714740620331.jar:/tmp/lifecycle-runtime16567529886070019709.jar:/tmp/lifecycle-viewmodel12133650284342604811.jar:/tmp/loader3101166850620525904.jar:/tmp/localbroadcastmanager2432935123527972066.jar:/tmp/print3922994123176035227.jar:/tmp/slidingpanelayout17333500048452637421.jar:/tmp/swiperefreshlayout9200219312354790561.jar:/tmp/vectordrawable7128928565537423319.jar:/tmp/vectordrawable-animated17297182519822679097.jar:/tmp/versionedparcelable17712432824049287158.jar:/tmp/viewpager4716018586758056882.jar:/tmp/1720702196375_1152541278131847168-0/youngandroidproject/../assets/external_comps/de.bodymindpower.ActivityLifecycle/files/AndroidRuntime.jar:/tmp/1720702196375_1152541278131847168-0/youngandroidproject/../assets/external_comps/com.devyb.devybgoogletranslate/files/AndroidRuntime.jar:/tmp/1720702196375_1152541278131847168-0/youngandroidproject/../assets/external_comps/com.yusufcihan.DynamicComponents/files/AndroidRuntime.jar:/tmp/1720702196375_1152541278131847168-0/youngandroidproject/../assets/external_comps/com.puravidaapps.TaifunTextbox/files/AndroidRuntime.jar:/tmp/1720702196375_1152541278131847168-0/youngandroidproject/../assets/external_comps/com.atomdeveloper.FloatingActionView/files/AndroidRuntime.jar:/tmp/1720702196375_1152541278131847168-0/youngandroidproject/../assets/external_comps/de.bodymindpower.IdleMode/files/AndroidRuntime.jar:/tmp/1720702196375_1152541278131847168-0/youngandroidproject/../assets/external_comps/com.puravidaapps.TaifunTools/files/AndroidRuntime.jar:/tmp/1720702196375_1152541278131847168-0/youngandroidproject/../assets/external_comps/com.kode.navigation/files/AndroidRuntime.jar:/tmp/1720702196375_1152541278131847168-0/youngandroidproject/../assets/external_comps/com.KIO4_LocationSensor/files/AndroidRuntime.jar:/tmp/1720702196375_1152541278131847168-0/youngandroidproject/../assets/external_comps/com.pedroza.PolylineTools/files/AndroidRuntime.jar:/tmp/1720702196375_1152541278131847168-0/youngandroidproject/../assets/external_comps/com.puravidaapps.TaifunSharing/files/AndroidRuntime.jar:/tmp/1720702196375_1152541278131847168-0/youngandroidproject/../assets/external_comps/cn.kevinkun.KevinkunEnhance/files/AndroidRuntime.jar:/tmp/1720702196375_1152541278131847168-0/youngandroidproject/../assets/external_comps/io.clic.sashi/files/AndroidRuntime.jar:/tmp/1720702196375_1152541278131847168-0/youngandroidproject/../assets/external_comps/com.puravidaapps.TaifunClipboard/files/AndroidRuntime.jar:/tmp/1720702196375_1152541278131847168-0/youngandroidproject/../assets/external_comps/com.appybuilder.ListUtils/files/AndroidRuntime.jar:/tmp/json11332920187529595962.jar:/tmp/androidsvg18224421103283684924.jar:/tmp/osmdroid5253509485139948277.jar:/tmp/jts10336109403519560293.jar:/tmp/androidsvg18224421103283684924.jar:/tmp/1720702196375_1152541278131847168-0/youngandroidproject/../build/classes:/tmp/android8764747107967568092.jar
(compiling appinventor/ai_uxlzafara/Streets_MIT_copy3/Screen1.yail to appinventor.ai_uxlzafara.Streets_MIT_copy3.Screen1)
(compiling /tmp/runtime9504858348846734635.scm to com.google.youngandroid.runtime)
[GenerateClasses] Task succeeded in 3.264 seconds
[RunD8] Starting Task
[RunD8] INFO: Using pre-dexed dex-cached-e96c5403ee68c8beb11d940d77c759d3.dex <- /tmp/AndroidRuntime17767869609663086329.jar
[RunD8] INFO: Using pre-dexed dex-cached-4afd1465d334dee94ac700edb0374a45.dex <- /tmp/kawa11801230095874096347.jar
[RunD8] INFO: Using pre-dexed dex-cached-558104d32e109ad96655ecbe9fe4e39f.dex <- /tmp/annotation13390046424196572800.jar
[RunD8] INFO: Using pre-dexed dex-cached-ef239d31d31d166f7410d71e14db1a68.dex <- /tmp/swiperefreshlayout9200219312354790561.jar
[RunD8] INFO: Using pre-dexed dex-cached-de87276390f7a8c71064f3e7908c143b.dex <- /tmp/core-common9727383488102944951.jar
[RunD8] INFO: Using pre-dexed dex-cached-c950a9845cca4523f19bc2fc922b41bf.dex <- /tmp/legacy-support-core-utils7962509167813815862.jar
[RunD8] INFO: Using pre-dexed dex-cached-35076b6f638faca00c217e98a0385344.dex <- /tmp/interpolator7541102125859881408.jar
[RunD8] INFO: Using pre-dexed dex-cached-bee920fd1e059913bf2d820dbb234720.dex <- /tmp/lifecycle-common12934387923889421152.jar
[RunD8] INFO: Using pre-dexed dex-cached-1e4d689047e2ee2cc76b7203626e9c33.dex <- /tmp/customview4650583499070235479.jar
[RunD8] INFO: Using pre-dexed dex-cached-74360288e1016af9d6afdd39a2caa1b8.dex <- /tmp/asynclayoutinflater2917697431032869112.jar
[RunD8] INFO: Using pre-dexed dex-cached-d53c4c8eedbf41663110b03a33fe9914.dex <- /tmp/lifecycle-runtime16567529886070019709.jar
[RunD8] INFO: Using pre-dexed dex-cached-032c68a2c5e93c1baac1524e105bbe88.dex <- /tmp/collection2712911775579200500.jar
[RunD8] INFO: Using pre-dexed dex-cached-91b7d1f3cb5fd0fd2f3a4c939316139b.dex <- /tmp/versionedparcelable17712432824049287158.jar
[RunD8] INFO: Using pre-dexed dex-cached-16ea1fc3b7e49139559eafccec2708ab.dex <- /tmp/lifecycle-viewmodel12133650284342604811.jar
[RunD8] INFO: Using pre-dexed dex-cached-84637f838557e65ad5856467fd22316c.dex <- /tmp/print3922994123176035227.jar
[RunD8] INFO: Using pre-dexed dex-cached-a9e803bf51318b35fcaf603f59f25f7c.dex <- /tmp/vectordrawable7128928565537423319.jar
[RunD8] INFO: Using pre-dexed dex-cached-b73957ec00af79319f56aedf27dff3fc.dex <- /tmp/core-runtime4216884082178580613.jar
[RunD8] INFO: Using pre-dexed dex-cached-e3991bb5e40b91eb1bbb1ae83bde23b2.dex <- /tmp/core11601190397335654788.jar
[RunD8] INFO: Using pre-dexed dex-cached-e890ce7827a13b8714afbb241f7e89b2.dex <- /tmp/lifecycle-livedata-core4015057714740620331.jar
[RunD8] INFO: Using pre-dexed dex-cached-81757b9148a3984b5874ef1fd300acdb.dex <- /tmp/documentfile6941690253689773704.jar
[RunD8] INFO: Using pre-dexed dex-cached-b83403f2b639cc6e7a6f9c0681d69367.dex <- /tmp/viewpager4716018586758056882.jar
[RunD8] INFO: Using pre-dexed dex-cached-c2a16bb02f51a6fcd1ff46dd1a78d0bf.dex <- /tmp/slidingpanelayout17333500048452637421.jar
[RunD8] INFO: Using pre-dexed dex-cached-2eabb48fdf784357d984acbda18ea6a3.dex <- /tmp/appcompat11986215915254124473.jar
[RunD8] INFO: Using pre-dexed dex-cached-7a5a85c38b934be86a121ca9b5e7477b.dex <- /tmp/vectordrawable-animated17297182519822679097.jar
[RunD8] INFO: Using pre-dexed dex-cached-a3a712d1d179d231b40a977ed5593202.dex <- /tmp/lifecycle-livedata10210497579580533754.jar
[RunD8] INFO: Using pre-dexed dex-cached-9b1768a7734de4eaf5a635a007ad4b25.dex <- /tmp/coordinatorlayout3486043538861814646.jar
[RunD8] INFO: Using pre-dexed dex-cached-d3d338969c3cd4ad53a888753da3b580.dex <- /tmp/cursoradapter5540748757669090335.jar
[RunD8] INFO: Using pre-dexed dex-cached-a116e0a41475b6522ae295f7cc4ff4b3.dex <- /tmp/legacy-support-core-ui17675790516675853659.jar
[RunD8] INFO: Using pre-dexed dex-cached-a07a23b88daaae0b48cdd25378e03b03.dex <- /tmp/localbroadcastmanager2432935123527972066.jar
[RunD8] INFO: Using pre-dexed dex-cached-bb8901219e7be6c576cc65e75503d7fa.dex <- /tmp/fragment2780543781857852642.jar
[RunD8] INFO: Using pre-dexed dex-cached-fca718e99e97cb52f4c8c0ada2c74e72.dex <- /tmp/drawerlayout14691368326504161507.jar
[RunD8] INFO: Using pre-dexed dex-cached-ccb6f0c5e0adc11059c3d609a2fd15d6.dex <- /tmp/loader3101166850620525904.jar
[RunD8] INFO: Using pre-dexed dex-cached-c0e4dda29672c028ea3ce0e3785040de.dex <- /tmp/constraintlayout887561156094265509.jar
[RunD8] INFO: Using pre-dexed dex-cached-85f46a2fd295a23f59a391cccd7a11c8.dex <- /tmp/constraintlayout-solver9948645384992403723.jar
[RunD8] INFO: Using pre-dexed dex-cached-537bdf06d79c5d08d96ae41f5bb9e14a.dex <- /tmp/osmdroid5253509485139948277.jar
[RunD8] INFO: Using pre-dexed dex-cached-5ac7fbcd3db479aefb3c1ac19684bf6c.dex <- /tmp/androidsvg18224421103283684924.jar
[RunD8] INFO: Using pre-dexed dex-cached-5e8957d43c18b768aa7d081353a3dd55.dex <- /tmp/json11332920187529595962.jar
[RunD8] INFO: Using pre-dexed dex-cached-50376604002609b65556571e82e56cbc.dex <- /tmp/jts10336109403519560293.jar
[RunD8] ERROR: d8 failed.
[RunD8] Task errored in 1.985 seconds
Yes, it could some of them befroe 2020, but ican not know which one could be that.
TIMAI2
July 11, 2024, 1:09pm
4
My initial guess is "too much of something"
uxl
July 11, 2024, 1:22pm
6
Does d8 not mean "building"? The lines above start with "RUN D8".
[RunD8] ERROR: d8 failed.
perhaps click the blue d8 error link, read the community discussions and do what members of the community did to solve their problem.
I suspect a conflict among your many extensions but don't know which ones.
Taifun
July 11, 2024, 2:30pm
11
TIMAI2:
too much of something
Another thing you could do is to upload your aia file to https://unchive.kodular.io to get some statistics about your project, then post the result overview here
Taifun
uxl
July 11, 2024, 5:29pm
14
Ok, I found the bug. One extension has caused the error; "Navigation".
It was so because -i think- the map component has already a navigation component itself, and a second one as extension was the problem.
Thanks you all
system
Closed
July 18, 2024, 5:30pm
15
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.