Search found 88 matches

by AZJIO
Wed Feb 25, 2026 5:02 am
Forum: General Discussion
Topic: Black help file
Replies: 0
Views: 97

Black help file

Black, white and yellow help file. Download .
You can change the design style with an external style.css file.

Using scripts, I spent about 1 hour of time processing and compiling and correcting some errors. On some pages, for the HtmlMobile() function, I had to manually correct the tags in the ...
by AZJIO
Sat Feb 21, 2026 8:52 pm
Forum: Bugs Reports
Topic: SB 3.2 Syntax error installing cordova on Ubuntu 22.04
Replies: 11
Views: 764

Re: SB 3.2 Syntax error installing cordova on Ubuntu 22.04

Here I signed it without third-party utilities:

1. Creating a database with keys.
/usr/lib/jvm/java-1.21.0-openjdk-amd64/bin/keytool -genkey -v -keystore "/home/user/fuf.jks" -alias nickname_soft -keyalg RSA -keysize 2048 -validity 10000
Here you will need to come up with a password, repeat it, and ...
by AZJIO
Sat Feb 21, 2026 10:26 am
Forum: Bugs Reports
Topic: SB 3.2 Syntax error installing cordova on Ubuntu 22.04
Replies: 11
Views: 764

Re: SB 3.2 Syntax error installing cordova on Ubuntu 22.04


I am on Ubuntu 22.04. This APK.Tool is for Windows.

wine?


I don't know what you mean by 'execute the second line using SpiderBasic' I only use the terminal on Linux to sign the APK not SpiderBasic. I don't know about the .aab file?


/spiderbasic_demo/android/android/sdk/build-tools/35.0.0 ...
by AZJIO
Sat Feb 21, 2026 9:49 am
Forum: Bugs Reports
Topic: SB 3.2 Syntax error installing cordova on Ubuntu 22.04
Replies: 11
Views: 764

Re: SB 3.2 Syntax error installing cordova on Ubuntu 22.04


To sign the App? Via terminal will be ok?


You can sign using APK.Tool.GUI.v3.0.2.0 . There are also programs for Android to sign the application directly on your phone: Apktool M . But I haven’t used it, I want to try it.

Using your link I ran the first command and added the key. But I couldn ...
by AZJIO
Fri Feb 20, 2026 6:32 am
Forum: Feature Requests and Wishlists
Topic: IAP Key: Test version
Replies: 3
Views: 196

Re: IAP Key: Test version

Caronte3D wrote: Fri Feb 20, 2026 5:21 am You can use CloseDebugOutput()
And there won't be many lines of debugger code, as it happens in PB? In the same place, the number of rows increases by 70 times.
by AZJIO
Fri Feb 20, 2026 3:25 am
Forum: Feature Requests and Wishlists
Topic: IAP Key: Test version
Replies: 3
Views: 196

IAP Key: Test version

Can you add a "Test version" compilation option without a debugger. For example, I want to make a directory program for myself and my colleagues at work, and I don't want to upload it to Google Play.
by AZJIO
Fri Feb 20, 2026 1:09 am
Forum: General Discussion
Topic: How to install SpiderBasic v3.20 on Linux?
Replies: 6
Views: 592

Re: How to install SpiderBasic v3.20 on Linux?

I managed to build an APK package!
1. Deleted all versions and alternatives via package manager and by deleting the created symlinks:
sudo update-alternatives --remove java /opt/java/jdk1.8.0
2. Installed the package openjdk-21-jre , openjdk-21-jdk , these packages added the interconnected ...
by AZJIO
Thu Feb 19, 2026 7:48 pm
Forum: General Discussion
Topic: How to install SpiderBasic v3.20 on Linux?
Replies: 6
Views: 592

Re: How to install SpiderBasic v3.20 on Linux?

1. Can you write a Readme that contains commands for installing packages?
2. Can you write how to check the installation of packages, for example gradle -v, java -version and javac -version and show what the output of the results should be?
3. Can you write that installing gradle should give a new ...
by AZJIO
Wed Feb 18, 2026 9:28 pm
Forum: General Discussion
Topic: How to install SpiderBasic v3.20 on Linux?
Replies: 6
Views: 592

Re: How to install SpiderBasic v3.20 on Linux?

I was advised to do the following, which I did.

I unpacked "/opt/java" here, I got the path "/opt/java/jdk1.8.0/bin"

Adding an alternative with the ID 100
sudo update-alternatives --install /usr/bin/java java /opt/java/jdk1.8*/bin/java 100

Choosing an alternative by choosing an identifier
sudo ...
by AZJIO
Tue Feb 17, 2026 12:51 am
Forum: General Discussion
Topic: How to install SpiderBasic v3.20 on Linux?
Replies: 6
Views: 592

Re: How to install SpiderBasic v3.20 on Linux?

SPIDERBASIC_HOME is used in the script, but it is not defined. I added it manually, but it should work during installation.