Android Question sdk manager error

Hamied Abou Hulaikah

Well-Known Member
Licensed User
Longtime User
I just copied latest files from android tools to mine, i got error , see pic
 

Attachments

  • error.jpg
    error.jpg
    34.7 KB · Views: 344

DonManfred

Expert
Licensed User
Longtime User
https://www.b4x.com/b4a.html

Installation
See Video Tutorial
1. Java JDK v8
  • Open the Java 8 JDK download link.
  • Check the Accept License Agreement button.
  • Select "Windows x86 (32-bit) or Windows x64" in the platforms list.
  • Download the file and install it.
2. Android SDK
3. B4A
  • Download B4A Trial Version
  • Open B4A.
  • Choose Tools > Configure Paths.
  • Set the path to "javac.exe" if it is empty (C:\Program Files\Java\jdk1.8.0_102\bin\javac.exe).
  • Click on Open Sdk Manager button.
  • Set the path to "sdkmanager.bat" (C:\Android\tools\bin\sdkmanager.bat) and install all recommended items.
  • Read and accept the licenses when asked for.
  • Return to B4A and set the path to "android.jar" (C:\Android\platforms\android-27\android.jar).
 
Upvote 0
Top