Skip to content

Download Android Studio & Configure SDK and AGP

Thiago Schnell edited this page Feb 10, 2024 · 3 revisions

Download Android Studio and Configure

Now Webapp Api can run with your favorite android version with full compatible with latest versions:

Android Studio download archives here
Install Android Studio here

Choose your download version

also you can install JetBrains Toolbox App - Update quickly and easily

SDK Location

Please follow the below steps:
Go to Android Studio and open WebApp Api Project then go to the android directory and open the following file:

local.properties

on the sdk.dir line digit your SDK path or click in the icon as in the image below to open the settings dialog to change the directory 

sdk2

New versions of Android Studio on beginning importing project they are showing this message as bellow

alt_text
Just click on blue button.

alt_text
Just click on OK button.

Locate your SDK installation directory

The default location of this directory varies by platform:
On Windows, it's the %LocalAppData%\Android\Sdk directory. This normally expands to C:\Users\<username>\AppData\Local\Android\Sdk, although it might vary based on your system.
On macOS, it's the $HOME/Library/Android/sdk directory.
On Linux, it's the $HOME/Android/Sdk directory.

You can check where your SDK installation directory is by opening Studio and clicking Android Studio > Preferences > Appearances & Behavior > System Settings > Android SDK. The Android SDK Location file path is your SDK installation directory location.

If you're using macOS and browsing using Finder, the Library folder might not be visible by default. To navigate there, open Finder and click Go > Go to Folder and search for "Library."

Gradle sync - Android Gradle Plugin (AGP)

If a message appears in Android Studio like the image below

alt_text

Then click "Sync project" to finish the configuration.