Android Question B4A Installation - Stuck on SDK Licence

rodmcm

Active Member
Licensed User
Longtime User
Reinstalling after a long break from B4a
The installation instructions says..Make sure to read and agree to the SDK license. Click on the Windows command line tools to see the license.
How do I do this please?
 

aeric

Expert
Licensed User
Longtime User
This would not happen if you followed the steps in B4A installation guide.
You only need to unzip the files.
You don't need to run SDK Manager.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Last edited:
Upvote 0

rodmcm

Active Member
Licensed User
Longtime User
Thank you... aeric perhaps you need to read this as if you are a first time user. the SDManager is not mentioned. These instructions need a rewrite.....
  • You need to download two components, both of them do not require installation.
  • Download Android SDK Command line tools (13114758).
    Make sure to read and agree to the SDK license. Click on the Windows command line tools to see the license.
    Android Studio is not needed and will not be affected by the command line tools (which are always required).
  • Unzip it in a folder such as C:\Android
  • Download the required resources (7_25).
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
Maybe the direct link for Android SDK Command line tools zip file should be removed or updated to point to the link of the SDK license.

The link of SDK license will redirect to the official download links where the JavaScript on the page will pops up a License Agreement dialog.

1763020986880.png


Scroll down, tick the checkbox and click the download button.
1763021512642.png


Actually, what we need is download the zip file from the direct download link on B4A installation page but we should not ignore the terms and conditions on Android SDK official page.
 
Last edited:
Upvote 0

rodmcm

Active Member
Licensed User
Longtime User
You are correct... it really needs rewriting so that a first time user both understands the options and has a clean set of instructions...
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
Something like this:
  • Download Android SDK Command line tools (13114758).
    Make sure to read and agree to the terms and conditions on the pops up page.
    Tick the checkbox at the bottom and click on the Download button.
    1763021512642-png.168329


    You can click on this direct download (143.0MB) link if you are fully agree to the terms and conditions.
    Android Studio is not needed and will not be affected by the command line tools (which are always required).
 
Upvote 0

rodmcm

Active Member
Licensed User
Longtime User
When I downloaded and extracted the files I did not get a pop up page.... that's where my questioning began.
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
When I downloaded and extracted the files I did not get a pop up page.... that's where my questioning began.
Because you download from the direct link. This bypass the pop up page.
This is good for developers who doesn't care or bother to read the long page of terms and conditions.

From what I understand, one of the reasons for end user to agree to the license agreement or terms and conditions is the software provider get a legal protection against the case where the software damaged the end user PC and the end user can sue them on court.

So make sure we as the developers or the end users are understood that the provider will not responsible if anything happen to our computers due to the usage of software product.

Second thing is someone may claim the product as theirs or make financial benefit.
 
Upvote 0
Top