Android Question [SOLVED] from IDE : SDK Manager not starting

lemonisdead

Well-Known Member
Licensed User
Longtime User
Hello,
May I ask the path used to launch the SDK Manager from the Tools menu of the IDE, please ? It won't start directly anymore but will from the command line (java -jar B4ASdkManager.jar).

I have no information in the logs. Many thanks

Build modules tree: 0
B4A version: 8.50
.Net version: 4.0.30319.42000
Ini folder: C:\Users\svann\AppData\Roaming\Anywhere Software\Basic4android
UDP server: 192.168.0.5, broadcast: 192.168.0.255
Gui: 1004
Build modules tree: 0
Gui: 1015
Gui: 1016
File not found: Starter.bas
Build modules tree: 2
File not found: Starter.bas
File not found: Starter.bas
*** no reuse ***
*** no reuse ***
Gui: 828
Gui: 93
Gui: 57
Gui: 55
Gui: 861

C:\Users\svann>java -version
java version "1.8.0_191"
Java(TM) SE Runtime Environment (build 1.8.0_191-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode)
 
Last edited:

lemonisdead

Well-Known Member
Licensed User
Longtime User
Yes, from the command line I can access the folder, even if in the Windows Explorer it has been renamed ("Fichiers de programme (x86)" instead of "Program Files (x86)" in the previous releases of Windows 10).

I have not created a new user or changed something. Only Windows update. I will try a restore. Thanks for the tip
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
May I ask the path used to launch the SDK Manager from the Tools menu of the IDE, please ?
it is located in the B4A Installationfolder

Aufnahme1.png
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
A possible solution may be creating a new Folder on another driver than C:
Name it anything you like and make sure you can remember its path (it will not change on Windowsupdates).
Install b4a in this folder and use it from here from now.
 
Last edited:
Upvote 0

lemonisdead

Well-Known Member
Licensed User
Longtime User
Thanks Manfred. Well, restoring doesn't fix. And the question about the path used by B4A internally was to try understanding where the problem could be. I will do a fresh install. Thanks
 
Upvote 0
Top