You need to sign the applicationMadmix wrote: Wed Mar 11, 2026 6:40 pm The apk is created and can be installed, but when you run it, it closes automatically on Android.
Search found 92 matches
- Thu Mar 12, 2026 8:01 am
- Forum: Coding Questions
- Topic: Errors when compile Android app
- Replies: 4
- Views: 1134
Re: Errors when compile Android app
- Wed Mar 11, 2026 2:52 pm
- Forum: Coding Questions
- Topic: Errors when compile Android app
- Replies: 4
- Views: 1134
Re: Errors when compile Android app
Try renaming the folders:
C:\Users\ziki\.android
C:\Users\ziki\.gradle
When you start, new versions will be downloaded from you.
You may still have old versions from the old SpiderBasic version.
C:\Users\ziki\.android
C:\Users\ziki\.gradle
When you start, new versions will be downloaded from you.
You may still have old versions from the old SpiderBasic version.
- Mon Mar 09, 2026 1:13 pm
- Forum: General Discussion
- Topic: 2048 (Game)
- Replies: 0
- Views: 877
- Sat Mar 07, 2026 9:06 pm
- Forum: Coding Questions
- Topic: How to make HTML help
- Replies: 8
- Views: 19091
Re: How to make HTML help
Adapted the code for version 3.20.
The archive is in the first message.
The archive is in the first message.
- Wed Feb 25, 2026 5:02 am
- Forum: General Discussion
- Topic: Black help file
- Replies: 0
- Views: 1903
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 ...
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 ...
- 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: 6718
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 ...
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 ...
- 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: 6718
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 ...
- 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: 6718
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 ...
- Fri Feb 20, 2026 6:32 am
- Forum: Feature Requests and Wishlists
- Topic: IAP Key: Test version
- Replies: 3
- Views: 2714
Re: IAP Key: Test version
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.
- Fri Feb 20, 2026 3:25 am
- Forum: Feature Requests and Wishlists
- Topic: IAP Key: Test version
- Replies: 3
- Views: 2714
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.