Android Question SDk Manager

engvidal

Member
Licensed User
Longtime User
I am trying to use the "Tools > SDK Manager" to check my installation, but the SDK Manager do not launch anymore.
 

engvidal

Member
Licensed User
Longtime User
In time. I am trying to compile BLEexample but I get error:

B4A Version: 9.00
Parsing code. (0.01s)
Building folders structure. (0.03s)
Compiling code. (0.23s)
Compiling layouts code. (0.02s)
Organizing libraries. Error
Maven artifact not found: com.android.support/support-v4
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
You can find the Setup-Instructions here. Carefully follow the instruxctions. https://www.b4x.com/b4a.html#Installation
You also can watch this Video as it describes it clearly.

Start with a new Blank folder like you see in the Video.
 
Upvote 0

engvidal

Member
Licensed User
Longtime User
Hi Erel

Thanks.

Compilation OK, setup done like this ( https://www.b4x.com/android/forum/threads/ready-to-run-sdk.99780/#content )

If you want to use B4A Sdk Manager to install more components or create an emulator (AVD) then you need to open Tools - Sdk Manager. Set the path to sdkmanager.bat:
C:\android\tools\bin\sdkmanager.bat


But the SDK Manager do not launch.

I tried all options:
- Tools > SDK Manager
- direct at C:\android\tools\bin\sdkmanager.bat
- Tools > Configure paths > Button Open SDK Manager
 
Upvote 0

Shelby

Well-Known Member
Licensed User
I went through your dilemma; patience will be your friend. You used the folder icon at the top of the sdkmanager page to set the path to the sdkmanager.bat file right? That .bat file is key. After that, searching the rest of the AVD manager information might present you with a hangup and solution; I'm hoping.
 
Upvote 0

engvidal

Member
Licensed User
Longtime User
Thak you for all.

I will reinstall everything.

Even setting java, javac, paths, etc, can not launch SDK manager
 
Upvote 0
Top