Installing and Configuring Android Studio
To run, test and debug an Android project you create in Xojo requires that Google's Android Studio development tool be installed but you will not have to use it.
Installing Android Studio on Windows
Double-click the .exe file.
Installing Android Studio on macOS
Double-click the DMG file and drag Android Studio to the Applications folder.
Navigate to the Applications folder and launch Android Studio.
Installing Android Studio on Linux via the Package Manager
Note
On 64-bit machines, download the required libraries first.
For Debian/Ubuntu-based distros
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386
For Fedora/Red Hat-based distros
sudo dnf install zlib.i686 ncurses-libs.i686 bzip2-libs.i686
Download the Linux zip file. <https://developer.android.com/studio>`_
Unpack the file to an appropriate location, such as '/usr/local/'.
In the terminal, navigate to 'android-studio/bin/' and execute 'studio.sh'.
Setting Up Android Studio for the First Time
The first time you launch Android Studio, you will need to configure it. Android Studio will ask you if you would like to import Android Studio settings. Make sure Do not import settings is selected then click OK.
Android Studio will open a window that will take you through the initial setup. On the Welcome page, click Next.
On the Install Type page, leave it set to Standard and click Next.
On the Select UI Theme page, choose Dark (the default) or Light then click Next.
On the License Agreement page, in the list on the left, make sure android-sdk-license is selected then click Accept.
On that same page, click on android-sdk-arm-dbt-license to select it then click Accept.
Now click Finish.
Android Studio will spend a few minutes downloading various files. When it's done, click Finish.
Note
As Google changes Android Studio, these steps may be not be 100% correct.