Return to site

Android Sdk Macos Download

broken image


  1. Mac Android Sdk Download
  2. Android Sdk Path Mac
  3. Android Sdk Mac Download
  4. Android Sdk For Mac
  5. Mac Install Android Sdk

Android SDK can be installed alongside Android Studio, but it can also be used separately. When downloading the program, it is necessary to unzip all the files into a separate folder. Also don't worry about the version, as it is constantly renewed. Once SDK downloads and is unzipped, proceed to open the EXE and follow the instructions. If you want to run Jitsi on your own desktop or server, you can download Jitsi Desktop, Jitsi Meet and all Jitsi related projects below. Use the stable builds for more consistent behavior. Video download software for mac. Latest nightlies contain all our latest and greatest additions at the expense of some eventual instability. Mobile Apps: Self-hosting.

  • Android is an open, mobile-phone platform that is currently under development. The Android developers kit will allow you to develop Android applications that you can run, test, profile, and debug.
  • Terms and Conditions This is the Android Software Development Kit License Agreement 1. Introduction 1.1 The Android Software Development Kit (referred to in the License Agreement as the 'SDK' and specifically including the Android system files, packaged APIs, and Google APIs add-ons) is licensed to you subject to the terms of the License Agreement.
Download

Overview

Prerequisites

To get started, you need:

  • A registered IBMid account. You can request a new IBMid account from https://idaas.iam.ibm.com.
  • Java SE Development Kit (version 8.0 or later) available from http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html.
  • NodeJS available from https://nodejs.org/en/download/ with NPM version 5.4.1.
  • Ruby available from https://www.ruby-lang.org/en/documentation/installation/.

Note: If you are using the SDK Manager on a Windows OS, please see the Getting started with the SDK Manager for Windows tutorial instead.

Step-by-step

  1. Downloading and starting the SDK Manager in MacOS X or Linux

    1. Download the SDK Manager folder from GitHub by selecting the Clone or download option here: https://github.com/ibm-watson-cxa/SDK_Tools
    2. Select Download ZIP and the SDK Tools will download.
      Note: You cannot download only the SDK Manager. This will download all the SDK Tools. The sdkmanager folder can be found within the SDK Tools folder.
    3. Open a Terminal Window and go to your chosen directory (this may be in your Downloads folder on your system).
    4. Run the command chmod 755 minstrument.sh to make the application launcher executable.
    5. Start the application by using the command ./minstrument.sh
    6. Log in with your IBMid credentials.
    7. Press Enter to accept the license.
  2. Updating the SDK

    Download the most current package with both the Acoustic Experience Analytics (Tealeaf) and Digital Analytics SDKs, input the command update -sdk cxa

    • To download the Acoustic Experience Analytics (Tealeaf) SDK alone, input the command update -sdk tealeaf
    • To download the Digital Analytics SDK alone, input the command update -sdk da
  3. Integrating the SDK

    Integrate the SDK into your mobile application by using the command ibmsetup -app -sdk

    All setup commands require you to specify which SDK is being setup.

    • A sample command on Linux/MacOS X for an Android application is ibmsetup -sdk tealeaf -appKey XXXXXXXXXXXX -postMessageUrl https://websitename.com/XXXXXXX -killSwitchUrl https://websitename.com/XXXXXXXX -app /home/user/helloworldapp/app
      Note: A path to your application directory under the Android Studio project is needed.
    • A sample command on MacOS X for an iOS application is ibmsetup -sdk tealeaf -appKey XXXXXXXXXXXX -postMessageUrl https://websitename.com/XXXXXXX -killSwitchUrl https://websitename.com/XXXXXXXX -app /Users/user/helloworldapp/helloworldapp.xcodeproj -target MyTealeafproject
      Note: A path to the .xcodeproj is needed. Also, all iOS application auto-instrumentation requires a specific target.

    Note: The ibmsetup command is an alpha feature and might not work for some mobile applications. Review your application class and manually tweak the SDK configuration to test other features like Replay and Overstat.

    Â

    Required Parameters

    • -app
    • -target (only for iOS)
    • -sdk

    Optional Parameters

    However, without these parameters data won't be sent and Replay won't function, but they will not cause an error.

    • -postMessageUrl
    • -appkey
    • -killswitch
  4. Troubleshooting the SDK Manager.

    These procedures help identify and may fix common issues you could experience with the SDK Manager on Windows, MacOS X, or Linux.

    The following table provides solutions to SDK Manager common issues:

    ErrorSolution
    Exception in thread 'main' java.lang.RuntimeException: java.io.IOException: Cannot run program 'node': error=2,linebreak pdf No such file or directory at com.ibm.commerce.sdk.util.PlatformDependencyUtil.isNodeInstalled(PlatformDependencyUtil.java:36)This error occurs when you have not installed the node.js source code. To download and install, please visit Download Node.js

    ( after logging in successfully )
    Password: npm ERR! cb() never called!

    npm ERR! This is an error with npm itself. Please report this error at:
    npm ERR!

    npm ERR! A complete log of this run can be found in:
    npm ERR! /root/.npm/_logs/2017-12-13T02_08_57_581Z-debug.log

    Make sure you are running NPM version 5.4.1

    Â

Expected outcome

You can use the SDK Manager command line processes to complete tasks.

The help command opens a Glossary of Commands and their functions. Thehelp command explains detailed usage of each command.

CommandUsage
exitExit
listsdksShows a list of Acoustic SDKs
updateUpdates your SDK
outdatedChecks if your SDK needs to be updated
upgradeUpgrades the Mobile SDK Installer.
Note: This command does not update the respective Acoustic SDKs.
packagePackages the Acoustic SDK Release in a .zip file.
ibmsetupSetup and Integrate an Acoustic Mobile SDK into your Mobile App
Note: This is an alpha feature and might not work for some mobile applications. Review your application class and manually tweak the SDK configuration to test other Acoustic Tealeaf features like replay and overstat.
helpDisplays help information for available commands.

Â

Google is committed to advancing racial equity for Black communities. See how.

Setting up Android Studio takes just a few clicks.

First, be sure you download the latest version of Android Studio.

Windows

To install Android Studio on Windows, proceed as follows:

  1. If you downloaded an .exe file (recommended), double-click to launch it.

    If you downloaded a .zip file, unpack the ZIP, copy the android-studio folder into your Program Files folder, and then open the android-studio > bin folder and launch studio64.exe (for 64-bit machines) or studio.exe (for 32-bit machines).

  2. Follow the setup wizard in Android Studio and install any SDK packages that it recommends.

That's it.The following video shows each step of the setup procedure when using the recommended.exe download.

As new tools and other APIs become available, Android Studio tells youwith a pop-up, or you can check for updates by clicking Help >Check for Update.

Mac

To install Android Studio on your Mac, proceed as follows:

  1. Launch the Android Studio DMG file.
  2. Drag and drop Android Studio into the Applications folder, then launch Android Studio.
  3. Select whether you want to import previous Android Studio settings, then click OK.
  4. The Android Studio Setup Wizard guides you through the rest of the setup, which includes downloading Android SDK components that are required for development.
Android sdk path mac

That's it.The following video shows each step of the recommended setup procedure.

As new tools and other APIs become available, Android Studio tells youwith a pop-up, or you can check for updates by clicking Android Studio> Check for Updates.

Note: If you use Android Studio on macOS Mojave or later, you might see a prompt to allow the IDE to access your calendar, contacts, or photos. This prompt is caused by new privacy protection mechanisms for applications that access files under the home directory. So, if your project includes files and libraries in your home directory, and you see this prompt, you can select Don't Allow.

Linux

To install Android Studio on Linux, proceed as follows:

  1. Unpack the .zip file you downloaded to an appropriate location for your applications, such as within /usr/local/ for your user profile, or /opt/ for shared users.

    If you're using a 64-bit version of Linux, make sure you first install the required libraries for 64-bit machines.

  2. To launch Android Studio, open a terminal, navigate to the android-studio/bin/ directory, and execute studio.sh.
  3. Select whether you want to import previous Android Studio settings or not, then click OK.
  4. The Android Studio Setup Wizard guides you through the rest of the setup, which includes downloading Android SDK components that are required for development.

Tip:To make Android Studio available in your list of applications, selectTools > Create Desktop Entry from the Android Studio menu bar.

Required libraries for 64-bit machines

If you are running a 64-bit version of Ubuntu, you need to install some 32-bitlibraries with the following command:

If you are running 64-bit Fedora, the command is:

That's it.The following video shows each step of the recommended setup procedure. Ilife 11 mac download.

Mac os x sdk

Overview

Prerequisites

To get started, you need:

  • A registered IBMid account. You can request a new IBMid account from https://idaas.iam.ibm.com.
  • Java SE Development Kit (version 8.0 or later) available from http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html.
  • NodeJS available from https://nodejs.org/en/download/ with NPM version 5.4.1.
  • Ruby available from https://www.ruby-lang.org/en/documentation/installation/.

Note: If you are using the SDK Manager on a Windows OS, please see the Getting started with the SDK Manager for Windows tutorial instead.

Step-by-step

  1. Downloading and starting the SDK Manager in MacOS X or Linux

    1. Download the SDK Manager folder from GitHub by selecting the Clone or download option here: https://github.com/ibm-watson-cxa/SDK_Tools
    2. Select Download ZIP and the SDK Tools will download.
      Note: You cannot download only the SDK Manager. This will download all the SDK Tools. The sdkmanager folder can be found within the SDK Tools folder.
    3. Open a Terminal Window and go to your chosen directory (this may be in your Downloads folder on your system).
    4. Run the command chmod 755 minstrument.sh to make the application launcher executable.
    5. Start the application by using the command ./minstrument.sh
    6. Log in with your IBMid credentials.
    7. Press Enter to accept the license.
  2. Updating the SDK

    Download the most current package with both the Acoustic Experience Analytics (Tealeaf) and Digital Analytics SDKs, input the command update -sdk cxa

    • To download the Acoustic Experience Analytics (Tealeaf) SDK alone, input the command update -sdk tealeaf
    • To download the Digital Analytics SDK alone, input the command update -sdk da
  3. Integrating the SDK

    Integrate the SDK into your mobile application by using the command ibmsetup -app -sdk

    All setup commands require you to specify which SDK is being setup.

    • A sample command on Linux/MacOS X for an Android application is ibmsetup -sdk tealeaf -appKey XXXXXXXXXXXX -postMessageUrl https://websitename.com/XXXXXXX -killSwitchUrl https://websitename.com/XXXXXXXX -app /home/user/helloworldapp/app
      Note: A path to your application directory under the Android Studio project is needed.
    • A sample command on MacOS X for an iOS application is ibmsetup -sdk tealeaf -appKey XXXXXXXXXXXX -postMessageUrl https://websitename.com/XXXXXXX -killSwitchUrl https://websitename.com/XXXXXXXX -app /Users/user/helloworldapp/helloworldapp.xcodeproj -target MyTealeafproject
      Note: A path to the .xcodeproj is needed. Also, all iOS application auto-instrumentation requires a specific target.

    Note: The ibmsetup command is an alpha feature and might not work for some mobile applications. Review your application class and manually tweak the SDK configuration to test other features like Replay and Overstat.

    Â

    Required Parameters

    • -app
    • -target (only for iOS)
    • -sdk

    Optional Parameters

    However, without these parameters data won't be sent and Replay won't function, but they will not cause an error.

    • -postMessageUrl
    • -appkey
    • -killswitch
  4. Troubleshooting the SDK Manager.

    These procedures help identify and may fix common issues you could experience with the SDK Manager on Windows, MacOS X, or Linux.

    The following table provides solutions to SDK Manager common issues:

    ErrorSolution
    Exception in thread 'main' java.lang.RuntimeException: java.io.IOException: Cannot run program 'node': error=2,linebreak pdf No such file or directory at com.ibm.commerce.sdk.util.PlatformDependencyUtil.isNodeInstalled(PlatformDependencyUtil.java:36)This error occurs when you have not installed the node.js source code. To download and install, please visit Download Node.js

    ( after logging in successfully )
    Password: npm ERR! cb() never called!

    npm ERR! This is an error with npm itself. Please report this error at:
    npm ERR!

    npm ERR! A complete log of this run can be found in:
    npm ERR! /root/.npm/_logs/2017-12-13T02_08_57_581Z-debug.log

    Make sure you are running NPM version 5.4.1

    Â

Expected outcome

You can use the SDK Manager command line processes to complete tasks.

The help command opens a Glossary of Commands and their functions. Thehelp command explains detailed usage of each command.

CommandUsage
exitExit
listsdksShows a list of Acoustic SDKs
updateUpdates your SDK
outdatedChecks if your SDK needs to be updated
upgradeUpgrades the Mobile SDK Installer.
Note: This command does not update the respective Acoustic SDKs.
packagePackages the Acoustic SDK Release in a .zip file.
ibmsetupSetup and Integrate an Acoustic Mobile SDK into your Mobile App
Note: This is an alpha feature and might not work for some mobile applications. Review your application class and manually tweak the SDK configuration to test other Acoustic Tealeaf features like replay and overstat.
helpDisplays help information for available commands.

Â

Google is committed to advancing racial equity for Black communities. See how.

Setting up Android Studio takes just a few clicks.

First, be sure you download the latest version of Android Studio.

Windows

To install Android Studio on Windows, proceed as follows:

  1. If you downloaded an .exe file (recommended), double-click to launch it.

    If you downloaded a .zip file, unpack the ZIP, copy the android-studio folder into your Program Files folder, and then open the android-studio > bin folder and launch studio64.exe (for 64-bit machines) or studio.exe (for 32-bit machines).

  2. Follow the setup wizard in Android Studio and install any SDK packages that it recommends.

That's it.The following video shows each step of the setup procedure when using the recommended.exe download.

As new tools and other APIs become available, Android Studio tells youwith a pop-up, or you can check for updates by clicking Help >Check for Update.

Mac

To install Android Studio on your Mac, proceed as follows:

  1. Launch the Android Studio DMG file.
  2. Drag and drop Android Studio into the Applications folder, then launch Android Studio.
  3. Select whether you want to import previous Android Studio settings, then click OK.
  4. The Android Studio Setup Wizard guides you through the rest of the setup, which includes downloading Android SDK components that are required for development.

That's it.The following video shows each step of the recommended setup procedure.

As new tools and other APIs become available, Android Studio tells youwith a pop-up, or you can check for updates by clicking Android Studio> Check for Updates.

Note: If you use Android Studio on macOS Mojave or later, you might see a prompt to allow the IDE to access your calendar, contacts, or photos. This prompt is caused by new privacy protection mechanisms for applications that access files under the home directory. So, if your project includes files and libraries in your home directory, and you see this prompt, you can select Don't Allow.

Linux

To install Android Studio on Linux, proceed as follows:

  1. Unpack the .zip file you downloaded to an appropriate location for your applications, such as within /usr/local/ for your user profile, or /opt/ for shared users.

    If you're using a 64-bit version of Linux, make sure you first install the required libraries for 64-bit machines.

  2. To launch Android Studio, open a terminal, navigate to the android-studio/bin/ directory, and execute studio.sh.
  3. Select whether you want to import previous Android Studio settings or not, then click OK.
  4. The Android Studio Setup Wizard guides you through the rest of the setup, which includes downloading Android SDK components that are required for development.

Tip:To make Android Studio available in your list of applications, selectTools > Create Desktop Entry from the Android Studio menu bar.

Required libraries for 64-bit machines

If you are running a 64-bit version of Ubuntu, you need to install some 32-bitlibraries with the following command:

If you are running 64-bit Fedora, the command is:

That's it.The following video shows each step of the recommended setup procedure. Ilife 11 mac download.

As new tools and other APIs become available, Android Studio tells youwith a pop-up, or you can check for updates by clicking Help >Check for Update.

Mac Android Sdk Download

Chrome OS

Android Sdk Path Mac

Follow these steps to install Android Studio on Chrome OS:

Android Sdk Mac Download

  1. If you haven't already done so, install Linux for Chrome OS.
  2. Open the Files app and locate the DEB package you downloaded in theDownloads folder under My files.
  3. Right-click the DEB package and select Install with Linux (Beta).

    • If you have installed Android Studio before, select whether you want toimport previous Android Studio settings, then click OK.
  4. The Android Studio Setup Wizard guides you through the rest of thesetup, which includes downloading Android SDK components that arerequired for development.

  5. After installation is complete, launch Android Studio either from theLauncher, or from the Chrome OS Linux terminal by running studio.sh inthe default installation directory: Sketchbook pro 7 mac download free 10 12.

    /opt/android-studio/bin/studio.sh

That's it. As new tools and other APIs become available, Android Studio tells youwith a pop-up, or you can check for updates by clicking Help >Check for Update.

Android Sdk For Mac

Note:

Mac Install Android Sdk

Android Studio on Chrome OS currently supports deploying your app only toa connected hardware device. To learn more, read Run apps on a hardwaredevice.



broken image