Search found 361 matches

by amyren
Tue Nov 21, 2023 10:25 am
Forum: APK Compiler
Topic: Apk compiler error
Replies: 13
Views: 16599

Re: Apk compiler error

I had a similar issue here. All of a sudden apkcompiler refused to start, and just gave me this error on startup. "Error deserializing item! File: apkcompiler.hws (current line:1586 - In function: LoadPrefs)" I suspect this happened due to my laptop have a fan issue and sometimes just shut...
by amyren
Tue Nov 21, 2023 10:18 am
Forum: Newbie questions
Topic: Correct Menu Nav System
Replies: 10
Views: 5961

Re: Correct Menu Nav System

Keep your questions coming :)

Quite often there are things to learn for other users here as well. Personally I learned a lot and picked up many useful examples from other questions here on the forum.
by amyren
Mon Nov 06, 2023 8:00 am
Forum: Announcements
Topic: hURL 2.0 released
Replies: 9
Views: 3364

Re: hURL 2.0 released

I notice that in the archive for android the armeabi-v7a plugin is missing Yeah, recent Android SDKs don't support compiling for 32-bit Android any longer that's why I've dropped support for this. So next apk compiler version will only output the 64bit aab/apk files? I guess this is only possible b...
by amyren
Sat Nov 04, 2023 8:24 pm
Forum: APK Compiler
Topic: Wrong upload certificate
Replies: 2
Views: 2694

Re: Wrong upload certificate

I'm trying to get around this. It look like google accepts my uploads if I start to create a new app instead of updating the old one.
But then for new apps google demands API 33.
by amyren
Sat Nov 04, 2023 3:03 pm
Forum: APK Compiler
Topic: Wrong upload certificate
Replies: 2
Views: 2694

Re: Wrong upload certificate

Ok, I see there is some information about opting into Google App signing. I might have enabled something here by accepting the terms of service for something I thought was needed in order to go on. Unfortunately I cant find a way to opt out of it. So how to proceed here, is there a way to integrate ...
by amyren
Sat Nov 04, 2023 2:18 pm
Forum: APK Compiler
Topic: Wrong upload certificate
Replies: 2
Views: 2694

Wrong upload certificate

Its been a while since I updated any apps at google play, but I can not remember dealing with this issue before. Trying to upload an update to a game, but play console refuse to accept my apk/aab because the apk is not signed with the same upload certificate. When uploading google alerts me about th...
by amyren
Thu Nov 02, 2023 12:40 pm
Forum: Newbie questions
Topic: Correct Menu Nav System
Replies: 10
Views: 5961

Re: Correct Menu Nav System

Here are my comments, observations, and suggestions: 1) The program makes makes constant CPU load even when idling. On my Mac mini CPU usage is 100% all the time when just standing in the menu, which is not acceptable IMHO. Even the mouse pointer movement becomes jittery because of this. The heavy ...
by amyren
Tue Oct 31, 2023 12:45 pm
Forum: APK Compiler
Topic: Alternatives to Google Play store for publishing
Replies: 4
Views: 3726

Alternatives to Google Play store for publishing

I did publish a few games on Google Play a while back, but I remember it being quite a cumbersome process to do so back then. Since then, Google keep on pushing new requirements and demanding updates, or else they remove the app. I think I have one out of my four apps still available on the playstor...
by amyren
Tue Oct 31, 2023 10:15 am
Forum: Newbie questions
Topic: Correct Menu Nav System
Replies: 10
Views: 5961

Re: Correct Menu Nav System

Thank you very much! I was wondering, whether a switch case would be better than a bunch of IF statements for the menu. You could use a switch case, but since you also have the ELSE option for your IF's you probably need to have two swicth cases. Here is a switch example. I also moved the content o...
by amyren
Mon Oct 30, 2023 9:59 pm
Forum: Newbie questions
Topic: hURL empty file issue
Replies: 1
Views: 2313

hURL empty file issue

If I have an empty file (0 bytes) and try to send it to my ftpserver then nothing will be transfered if the hURL adapter is used.
Skip the hURL adapter and the file will be uploaded to server.