Search found 82 matches

by gerograph
Sat Mar 14, 2026 4:18 pm
Forum: Newbie questions
Topic: Miniwood .. Library "dos.hwl" cannot be loaded!
Replies: 1
Views: 28

Miniwood .. Library "dos.hwl" cannot be loaded!

Using Windows IDE and Miniwood... That are my first 5 lines in my script: @USING "requester" @USING "network" @USING "time" @USING "event" @USING "dos" When compiling, it works quiet nice upto @USING "dos", here is my compiler output: Loadi...
by gerograph
Sat Mar 14, 2026 4:07 pm
Forum: APK Compiler
Topic: What's wrong here?
Replies: 6
Views: 11446

[SOLVED] What's wrong here?

Okay, using uptodate hollywood 11 and APK 5.1. Compiler solved the issue
by gerograph
Sun Mar 08, 2026 6:51 pm
Forum: APK Compiler
Topic: What's wrong here?
Replies: 6
Views: 11446

Re: What's wrong here?

Yep, could update, as long as that one works with Hollywood 10?
Is there anything to consider, when deeinstalling the old "build chain" version?
by gerograph
Mon Mar 02, 2026 9:42 am
Forum: General programming
Topic: Debugging Hollywood on Android
Replies: 7
Views: 21155

Re: Debugging Hollywood on Android

it was just my app crashing..I debugged into a textfile...cannot remember what the problem was, but I found a solution :-)
by gerograph
Mon Mar 02, 2026 9:34 am
Forum: APK Compiler
Topic: What's wrong here?
Replies: 6
Views: 11446

Re: What's wrong here?

I am using Version 6.7.1.....

as path I put "C:\Gradle\gradle-6.7.1" on the settings tab of APK Compiler... is that correct, or should it be C:\Gradle\gradle-6.7.1\bin ?
by gerograph
Sat Feb 28, 2026 1:32 pm
Forum: APK Compiler
Topic: What's wrong here?
Replies: 6
Views: 11446

Re: What's wrong here?

Part2 > Task :app:externalNativeBuildArm7Debug Build hollywoodjavaglue_armeabi-v7a ninja: Entering directory `C:\Users\Gero Birkenfeld\AppData\Local\AirsoftSoftwair\APKCompiler\com.geobiz.myproject\app\.cxx\cmake\arm7Debug\armeabi-v7a' > Task :app:mergeExtDexArm7Debug FAILED ERROR:C:\AndroidSDK\pla...
by gerograph
Sat Feb 28, 2026 1:32 pm
Forum: APK Compiler
Topic: What's wrong here?
Replies: 6
Views: 11446

What's wrong here?

Trying to compile a hwa...however I get errors concerning "gradle". I am still on the old version(s) -> apk compiler 4.4,Android Studio Electruc Eel Canary,.... This is my compiler output: Part 1 > Configure project :app WARNING:: Ignoring invalid ABI 'riscv64' found in ABI metadata file '...
by gerograph
Fri Feb 13, 2026 1:39 pm
Forum: Showcase
Topic: ticklish - ToDo List
Replies: 14
Views: 39679

Re: ticklish - ToDo List

No feedback so far about Version 1.1 ... is there anybody who tested Version 1.1? However, the Android Version is WIP, took me a few hours to hunt down a bug, which occured on my mobile only. I replaced default checkmarkbox column with a plain text/Icon column - will be checked/unchecked via "L...
by gerograph
Tue Feb 10, 2026 9:16 pm
Forum: General programming
Topic: Debugging Hollywood on Android
Replies: 7
Views: 21155

Re: Debugging Hollywood on Android

Exit on error just comes up for 1/4 oa a second

"Hollywood wurde beendet"'
App Information
App schließen

=> Hollywood has been closed - App Information - Close App

that doesn't help, I think I'll shift towards a debug file...
by gerograph
Tue Feb 10, 2026 8:48 pm
Forum: General programming
Topic: Debugging Hollywood on Android
Replies: 7
Views: 21155

Re: Debugging Hollywood on Android

have you disable error handling wtih ExitOnError(false) ? should report something normally Nope, I'll try that.... Thanx for that hint... Or you could make your app create a text file and make it write debugging info into it. That is/was my plan B, in case there is no other solution... let me see, ...