0% found this document useful (0 votes)
7 views3 pages

Debug

The document logs the process of building an Android application using Sketchware Pro v7.0.0, detailing the compilation of resources, libraries, and Java files. It includes timestamps for each step, noting issues such as an invalid local library configuration and the failure to display a toast message due to threading issues. The final output is an unsigned APK file named NewProject3.apk.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views3 pages

Debug

The document logs the process of building an Android application using Sketchware Pro v7.0.0, detailing the compilation of resources, libraries, and Java files. It includes timestamps for each step, noting issues such as an invalid local library configuration and the failure to display a toast message due to threading issues. The final output is an unsigned APK file named NewProject3.apk.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

2025-07-23T20:08:56.404+0200 D/AppBuilder: Running Sketchware Pro v7.0.

0-SNAPSHOT-
68edbe9 (150)
2025-07-23T20:08:56.408+0200 D/AppBuilder: base.apk's size is 125 MB (125215750 B)
2025-07-23T20:08:58.197+0200 D/AppBuilder:cBILR: Skipped resource recompilation for
built-in library circleimageview-3.1.0
2025-07-23T20:08:58.199+0200 D/AppBuilder:c: Compiling built-in library resources
took 6 ms
2025-07-23T20:08:58.199+0200 D/AppBuilder:cLLR: About to compile 0 local libraries
2025-07-23T20:08:58.200+0200 D/AppBuilder:c: Compiling local library resources took
1 ms
2025-07-23T20:08:58.201+0200 D/AppBuilder:cPR: Now executing:
[/data/user/0/pro.sketchware/cache/aapt2, compile, --dir,
/storage/emulated/0/.sketchware/mysc/611/app/src/main/res, -o,
/storage/emulated/0/.sketchware/mysc/611/bin/res/project.zip]
2025-07-23T20:10:09.365+0200 D/AppBuilder:c: Compiling project generated resources
took 71164 ms
2025-07-23T20:10:09.366+0200 D/AppBuilder:cIR: Now executing:
[/data/user/0/pro.sketchware/cache/aapt2, compile, --dir,
/storage/emulated/0/.sketchware/data/611/files/resource, -o,
/storage/emulated/0/.sketchware/mysc/611/bin/res/project-imported.zip]
2025-07-23T20:10:09.398+0200 D/AppBuilder:c: Compiling project imported resources
took 32 ms
2025-07-23T20:10:09.402+0200 W/ManageLocalLibrary: Read null from file
/storage/emulated/0/.sketchware/data/611/local_library, deleting invalid
configuration.
2025-07-23T20:10:09.418+0200 E/SketchwareUtil: Failed to toast regular message,
Toast's message was: "Invalid Local library configuration found! Temporarily using
none"
java.lang.RuntimeException: Can't toast on a thread that has not called
Looper.prepare()
at android.widget.Toast$TN.<init>(Toast.java:407)
at android.widget.Toast.<init>(Toast.java:121)
at android.widget.Toast.makeText(Toast.java:286)
at android.widget.Toast.makeText(Toast.java:276)
at a.a.a.bB.a(bB.java:55)
at a.a.a.bB.b(bB.java:64)
at pro.sketchware.utility.SketchwareUtil.toastError(SketchwareUtil.java:87)
at pro.sketchware.utility.SketchwareUtil.toastError(SketchwareUtil.java:99)
at
mod.agus.jcoderz.editor.manage.library.locallibrary.ManageLocalLibrary.<init>(Manag
eLocalLibrary.java:45)
at
mod.jbk.build.compiler.resource.ResourceCompiler$Aapt2Compiler.link(ResourceCompile
r.java:206)
at
mod.jbk.build.compiler.resource.ResourceCompiler$Aapt2Compiler.compile(ResourceComp
iler.java:136)
at
mod.jbk.build.compiler.resource.ResourceCompiler.compile(ResourceCompiler.java:62)
at a.a.a.ProjectBuilder.compileResources(ProjectBuilder.java:185)
at
com.besome.sketch.design.DesignActivity$BuildTask.doInBackground(DesignActivity.jav
a:1128)
at com.besome.sketch.design.DesignActivity$BuildTask.
$r8$lambda$0AmVsWQJ9oulgeP8eMAUbl0tGkA(Unknown Source:0)
at com.besome.sketch.design.DesignActivity$BuildTask$
$ExternalSyntheticLambda1.run(D8$$SyntheticClass:0)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:919)

2025-07-23T20:10:09.421+0200 D/AppBuilder:l:
[/data/user/0/pro.sketchware/cache/aapt2, link, --allow-reserved-package-id, --
auto-add-overlay, --no-version-vectors, --no-version-transitions, --min-sdk-
version, 28, --target-sdk-version, 34, --version-code, 1, --version-name, 1.0, -
I, /data/user/0/pro.sketchware/files/libs/android.jar, -A,
/storage/emulated/0/.sketchware/mysc/611/app/src/main/assets, -A,
/storage/emulated/0/.sketchware/data/611/files/assets, -R,
/data/user/0/pro.sketchware/cache/compiledLibs/circleimageview-3.1.0.zip, -R,
/storage/emulated/0/.sketchware/mysc/611/bin/res/project.zip, -R,
/storage/emulated/0/.sketchware/mysc/611/bin/res/project-imported.zip, -R,
/storage/emulated/0/.sketchware/mysc/611/bin/res/project.zip, -R,
/storage/emulated/0/.sketchware/mysc/611/bin/res/project-imported.zip, --java,
/storage/emulated/0/.sketchware/mysc/611/gen, --proguard,
/storage/emulated/0/.sketchware/mysc/611/bin/aapt_rules.pro, --manifest,
/storage/emulated/0/.sketchware/mysc/611/app/src/main/AndroidManifest.xml, --extra-
packages, de.hdodenhof.circleimageview:, -o,
/storage/emulated/0/.sketchware/mysc/611/bin/NewProject3.apk.res]
2025-07-23T20:10:13.425+0200 D/AppBuilder:c: Linking resources took 4026 ms
2025-07-23T20:10:13.426+0200 D/AppBuilder: Compiling resources took 75235 ms
2025-07-23T20:10:13.450+0200 D/AppBuilder: Running Eclipse compiler with these
arguments: [-10, -nowarn, -d, /storage/emulated/0/.sketchware/mysc/611/bin/classes,
-cp, /storage/emulated/0/.sketchware/mysc/611/bin/classes:/data/user/0/
pro.sketchware/files/libs/android.jar:/data/user/0/pro.sketchware/files/libs/libs/
http-legacy-android-28/classes.jar:/data/user/0/pro.sketchware/files/libs/core-
lambda-stubs.jar:/data/user/0/pro.sketchware/files/libs/libs/circleimageview-
3.1.0/classes.jar:/data/user/0/pro.sketchware/files/libs/libs/annotation-1.3.0/
classes.jar:, -proc:none,
/storage/emulated/0/.sketchware/mysc/611/app/src/main/java,
/storage/emulated/0/.sketchware/mysc/611/gen,
/storage/emulated/0/.sketchware/data/611/files/java]
2025-07-23T20:10:20.542+0200 D/AppBuilder: System.out of Eclipse compiler:
2025-07-23T20:10:20.543+0200 D/AppBuilder: System.err of Eclipse compiler:
2025-07-23T20:10:20.544+0200 D/AppBuilder: Compiling Java files took 7109 ms
2025-07-23T20:10:28.961+0200 D/AppBuilder: D8 took 8396 ms
2025-07-23T20:10:28.964+0200 D/AppBuilder: Will merge these 4 DEX files to
classes.dex: [/data/user/0/pro.sketchware/files/libs/dexs/http-legacy-android-
28.dex, /data/user/0/pro.sketchware/files/libs/dexs/circleimageview-3.1.0.dex,
/data/user/0/pro.sketchware/files/libs/dexs/annotation-1.3.0.dex,
/storage/emulated/0/.sketchware/mysc/611/bin/dex/classes.dex]
2025-07-23T20:10:28.965+0200 D/AppBuilder: Skipped merging DEX files due to debug
build with minSdkVersion >= 21
Packaging NewProject3.apk.unsigned
/storage/emulated/0/.sketchware/mysc/611/bin/NewProject3.apk.res:
=> AndroidManifest.xml
=> res/drawable-xhdpi-v4/aa5_1.png
=> res/drawable-xhdpi-v4/aa5_2.png
=> res/drawable-xhdpi-v4/aa5_3.png
=> res/drawable-xhdpi-v4/aa5_4.png
=> res/drawable-xhdpi-v4/aa5_5.png
=> res/drawable-xhdpi-v4/aba.png
=> res/drawable-xhdpi-v4/arri.png
=> res/drawable-xhdpi-v4/default_image.png
=> res/drawable-xhdpi-v4/dere.png
=> res/drawable-xhdpi-v4/ic_launcher_round.png
=> res/drawable-xhdpi-v4/izq.png
=> res/drawable-xhdpi-v4/neu.png
=> res/drawable-xhdpi-v4/okk.png
=> res/drawable-xhdpi-v4/padtod.png
=> res/layout/main.xml
=> res/mipmap-xhdpi-v4/ic_launcher.png
=> resources.arsc
/data/user/0/pro.sketchware/files/libs/dexs/http-legacy-android-28.dex =>
classes.dex
/data/user/0/pro.sketchware/files/libs/libs/circleimageview-3.1.0/classes.jar:
/data/user/0/pro.sketchware/files/libs/libs/annotation-1.3.0/classes.jar:
/data/user/0/pro.sketchware/files/libs/dexs/circleimageview-3.1.0.dex =>
classes2.dex
/data/user/0/pro.sketchware/files/libs/dexs/annotation-1.3.0.dex => classes3.dex
/storage/emulated/0/.sketchware/mysc/611/bin/dex/classes.dex => classes4.dex
2025-07-23T20:10:29.815+0200 D/AppBuilder: Time passed since starting to compile
resources until building the unsigned APK: 91624 ms

You might also like