[Done] SB2.50beta1 Telemetry

Found an issue in SpiderBasic ? Please report it here !
User avatar
Paul
Posts: 184
Joined: Wed Feb 26, 2014 6:46 pm
Location: Canada
Contact:

[Done] SB2.50beta1 Telemetry

Post by Paul »

Just tried to compile an android app with SB2.50beta1 and get this error every time...
(Windows 10)

Code: Select all

---------------------------
SpiderBasic - 
---------------------------
You have been opted out of telemetry. To change this, run: cordova telemetry on.
Using cordova-fetch for cordova-android@11.0.0
Failed to fetch platform cordova-android@11.0.0
Probably this is either a connection problem, or platform spec is incorrect.
Check your connection and platform name/version/URL.
CordovaError: Error: npm: Command failed with exit code 7 Error output:
...
User avatar
Paul
Posts: 184
Joined: Wed Feb 26, 2014 6:46 pm
Location: Canada
Contact:

Re: SB2.50beta1 Telemetry

Post by Paul »

Ok, wiped SB Install completely and started over.
Installed at C:\Compilers\SpiderBasic250beta

Tried to compile Android app and this time one of the errors was it needed Java11 JDK
Installed that and tried again.
It took a very long time before finally failing with an error...
---------------------------
SpiderBasic -
---------------------------
Error: Unable to access jarfile C:\Compilers\SpiderBasic250beta\Android\android\sdk/build-tools/25.0.2/bundletool.jar
When I look in the "build-tools" folder it contains 32.0.0 (not 25.0.2)
Fred
Site Admin
Posts: 1482
Joined: Mon Feb 24, 2014 10:51 am

Re: SB2.50beta1 Telemetry

Post by Fred »

Are you online when compiling ?
Fred
Site Admin
Posts: 1482
Joined: Mon Feb 24, 2014 10:51 am

Re: SB2.50beta1 Telemetry

Post by Fred »

Or may be you selected another sbcompiler ? it shouldn't have any reference to 25.0 anymore
User avatar
useful
Posts: 110
Joined: Tue Feb 25, 2014 1:15 pm

Re: SB2.50beta1 Telemetry

Post by useful »

Due to overwriting from a previous installation, there are both 25.0.2 and 32.0.0 in the folder
~.\SB250B\Android\android\sdk\build-tools\
2B or not 2B = FF
User avatar
Paul
Posts: 184
Joined: Wed Feb 26, 2014 6:46 pm
Location: Canada
Contact:

Re: SB2.50beta1 Telemetry

Post by Paul »

Fred wrote: Wed Mar 29, 2023 8:47 am Are you online when compiling ?
Yes, internet is active.

I just installed SpiderBasic 2.50 beta1 on a new install of Windows 11 so everything is completely fresh.
Also Installed Java JDK 11.

When I try to compile an Android project it gives the error...
Error: Unable to access jarfile C:\Compilers\SpiderBasic250beta\Android\android\sdk/build-tools/25.0.2/apktool.jar

For some reason it is looking for 25.0.2 which does not exist.
Only 32.0.0 exists in the "build-tools" folder, but even if it was looking in 32.0.0 instead of 25.0.2 ... apktools.jar does not exist in the 32.0.0 folder that you have supplied with SpiderBasic.
Fred
Site Admin
Posts: 1482
Joined: Mon Feb 24, 2014 10:51 am

Re: SB2.50beta1 Telemetry

Post by Fred »

Fixed.
Post Reply