Hello,
On Thursday I successfully built an Android extension for Appodeal SDK version 3.4.2.0 using Defold.
Later, I tried to update the SDK to the latest version 3.10.0.0, but the Android build started failing with the following error:
ERROR: unspecified:-1: 'com.dynamo.bob.CompileExceptionError: 'arm64-android' could not be built.
Log: '<failed reading log>'
After that, even if I revert back to version 3.4.2.0, the same error still appears.
I also tried building the same project on another computer, but the result is identical — the Android build always fails with the same message.
For reference, I tested the build on two different macOS systems:
Could you please help me understand what’s causing this issue or how to completely reset the Android build environment so I can build again?
First, I’d check the log.txt in the project build folder, what does the log say?
That’s the problem — the log.txt file is not created at all when this error happens. The console log looks fine, it takes a long time to build, but at the end there’s this error—and nothing else
The console log:
Downloading 0 archive(s)
2025-10-12 17:28:43 FINE Initialising resource cache with local cache dir ‘null’ and remote ‘null’
2025-10-12 17:28:43 INFO
Build Remote Engine…
2025-10-12 17:28:43 INFO Creating task builder with a fixed thread pool executor using 6 threads
2025-10-12 17:28:43 INFO Build tasks
2025-10-12 17:28:43 FINE Writing 64-bit bytecode without delta for builtins/render/default.render_script
2025-10-12 17:28:44 INFO Generating the resource graph
2025-10-12 17:28:44 INFO Generating the resource graph took 0.099000 s
2025-10-12 17:28:44 INFO Creation of the excluded resources list.
2025-10-12 17:28:44 INFO Creation of the excluded resources list took 0.000000 s
2025-10-12 17:28:44 INFO GameProjectBuilder.createArchive
2025-10-12 17:28:44 INFO Creating archive entries with a fixed thread pool executor using 6 threads
2025-10-12 17:28:44 INFO GameProjectBuilder.createArchive took 0.007000
2025-10-12 17:28:44 INFO buildManifestData begin
2025-10-12 17:28:44 INFO ManifestBuilder.buildManifestData took 0.000000
2025-10-12 17:28:44 INFO Writing the resource graph to json
2025-10-12 17:28:44 INFO Writing the resource graph to json took 0.008000 s
2025-10-12 17:28:44 INFO Build tasks took 0.954000 s
ERROR: unspecified:-1: ‘com.dynamo.bob.CompileExceptionError: ‘arm64-android’ could not be built. Sdk version: ‘1ba9e1aa422166864c3267f03f5110144b745c1e’
Log: ‘’’
ERROR:EXT: Bundling ‘Android Application…’ failed: prelude.lua:361 Bob invocation failed
AppoDealExt.zip (64.7 KB) I created a test extension project without any extra files, and the error still occurs there as well. Could you check if the same error happens on your machines?