Random Posts

Cannot Login Into Crm Sdk Plugin Tool Updated FREE

Cannot Login Into Crm Sdk Plugin Tool

In this tutorial, we will discuss all the steps required to install Android Platform Tools and SDK Manager on Windows 10. This tutorial provides the steps for Windows x, though the steps should be the same on other versions of Windows.

This post is useful for the developers using Android Platform Tools and SDK manager without installing Android Studio for the apply cases including hybrid app development using Ionic. It likewise assumes that a valid JAVA_HOME environment variable exists pointing to the installation directory of Java.

You can follow How To Install Coffee 8 On Windows ten, How To Install Java 11 On Windows, How To Install Java 15 On Windows, or How To Install OpenJDK 15 On Windows to install Coffee on Windows. In example y'all are interested in developing Android applications using Android Studio, you lot can as well follow How To Install Android Studio On Windows.

Stride ane - Download SDK Tools

Open up the download tab of Android Studio and scroll down to the Command line tools merely section. This section shows diverse options to download the SDK tools as shown in Fig 1.

Install Android Platform Tools and SDK Manager on Windows 10 - Download Options

Fig 1

Click the first link having the download pick for Windows equally highlighted in Fig one. It will ask to accept to terms and conditions as shown in Fig 2.

Install Android Platform Tools and SDK Manager on Windows 10 - License Agreement

Fig 2

Go through the details, agree on the terms and conditions and click the Download Button to start the download.

Step ii - Install Command Line Tools

In this step, we will install the Android Command Line Tools on Windows 10. Create the directory android-sdk at your preferred location and excerpt the content of the downloaded SDK Tools zip to this directory. Make sure that the extracted content is available within the android-sdk directory created by us as shown in Fig three.

Install Android Platform Tools and SDK Manager on Windows 10 - Command Line Tools

Fig 3

Pace three - Install Platform Tools

In this step, nosotros volition install the Android Platform Tools on Windows 10. Follow the same steps like to Android SDK Tools to install Android Platform Tools using the download link as shown in Fig iv, Fig 5, and Fig half-dozen.

Install Android Platform Tools and SDK Manager on Windows 10 - Platform Tools - Download Options

Fig 4

Install Android Platform Tools and SDK Manager on Windows 10 - Platform Tools - License Agreement

Fig 5

Install Android Platform Tools and SDK Manager on Windows 10 - Platform Tools

Fig 6

Step 4 - Configure Environment Variable

Right-click the My Estimator or This PC on the desktop and click the Backdrop Option. Now click the Advanced system settings. It will testify the System Backdrop dialog having Advanced Tab options equally shown in Fig 7.

Install Android Platform Tools and SDK Manager on Windows 10 - System Properties

Fig 7

Click the Environment Variables Button and click the New Button in the first section. Set the Variable Proper noun field to ANDROID_HOME and Variable Value to the android-sdk directory created by the states in the previous step.

Similarly, also configure the environment variable ANDROID_SDK_ROOT to the android-sdk directory.

Also, make sure that the JAVA_HOME environs variable is set to the JDK installation directory. It must not end with the bin every bit we practise with the system path variable.

Install Android Platform Tools and SDK Manager on Windows 10 - Environment Variables

Fig eight

Footstep 5 - Configure Commands

In previous steps, we accept downloaded and extracted the Control Line Tools and Platform Tools to the android-sdk directory. Both the tools provide several command-line utilities which we need to run by going to the appropriate directory having the executable files.

We can make these commands available at the system level without going to these directories by calculation the path to tools, tools\bin, and platform-tools to the system path as shown in Fig nine. Brand sure that these executables exercise non pause other commands having the aforementioned proper name before adding these paths to the PATH environment variable.

Install Android Platform Tools and SDK Manager on Windows 10 - System Path

Fig 9

Now open the Command Prompt and bank check the ADB and SDK Manager versions as shown in Fig 10. Y'all might be required to restart the organization to utilise the environment variables ready by united states of america.

# Check adb version
adb --version

# It must bear witness the installed adb version
Android Debug Bridge version 1.0.41
Version 31.0.0-7110759
Installed as Due east:\tools\java\android-sdk\platform-tools\adb.exe

# Check sdkmanager version
sdkmanager --version

# It will evidence the error equally shown below
Mistake: Could not determine SDK root.
Error: Either specify it explicitly with --sdk_root= or move this package into its expected location: <sdk>\cmdline-tools\latest\

We can meet that the ADB command works well and shows the version details, but the sdkmanager shows an error - "error: could non determine sdk root. error: either specify it explicitly with --sdk_root= or move this package into its expected location: <sdk>\cmdline-tools\latest\" since information technology expects the Control Line Tools in a version-specific directory. Now open up the source.properties file from the cmdline-tools directory to cheque the version. It will show the version details equally shown below.

Pkg.Revision=iii.0
Pkg.Path=cmdline-tools;iii.0
Pkg.Desc=Android SDK Control-line Tools

Now movement all the files to the directory cmdline-tools/3.0 every bit shown in Fig x.

Install Android Platform Tools and SDK Manager on Windows 10 - Command Line Tools

Fig x

Also, update the system path as shown in Fig 11.

Install Android Platform Tools and SDK Manager on Windows 10 - System Path

Fig xi

At present shut and open up the Command Prompt. Also, cheque the ADB and SDK Director versions equally shown in Fig 12.

Install Android Platform Tools and SDK Manager on Windows 10 - Version Checks

Fig 12

Step 6 - Using the SDK Managing director

List - We can listing the installed and available packages and images using the list command as shown below.

// List all the installed and available platforms, system images and other resources          
sdkmanager --list

// Output should await similar
Installed packages:=====================] 100% Computing updates...
Path | Version | Clarification | Location
------- | ------- | ------- | -------
platform-tools | 31.0.0 | Android SDK Platform-Tools 31 | platform-tools\

Bachelor Packages:
Path | Version | Description
------- | ------- | -------
add-ons;addon-google_apis-google-15 | 3 | Google APIs
...
...

// Nosotros tin can see that it shows the tools and platform-tools installed past us

Install Platform - Utilise the below-mentioned control to install the Android 10 (API level xxx) using the SDK manager.

# Become to the SDK Tools bin directory to admission sdkmanager
# Commencement download the most recent bundle
sdkmanager "platforms;android-thirty"
                                                    

Information technology will ask to accept the terms and atmospheric condition as shown in Fig thirteen. Enter y and hit Enter Key to take the terms and conditions. This control creates the directory platforms within android-sdk and installs the bundle android-thirty having all the required files to run the emulator for Android x.

Install Android Platform Tools and SDK Manager on Windows 10 - SDK License Agreement

Fig 13

If we once again check the installed packages, the list command shows the installed options as shown beneath.

sdkmanager --list
Installed packages:=====================] 100% Computing updates...
Path | Version | Description | Location
------- | ------- | ------- | -------
platform-tools | 31.0.0 | Android SDK Platform-Tools 31 | platform-tools\
platforms;android-xxx | iii | Android SDK Platform xxx | platforms\android-30\

Available Packages:
Path | Version | Description
------- | ------- | -------
add together-ons;addon-google_apis-google-15 | 3 | Google APIs
add-ons;addon-google_apis-google-16 | iv | Google APIs
...
...

Update SDK Manager - Update the SDK manager using the below-mentioned command.

                      sdkmanager                        --            update                  

Add together Organisation Image - Nosotros tin can add system images from bachelor images shown by the listing control using the SDK director as shown beneath. We are calculation the almost recent default 64-bit system image.

// Install default system prototype for platform android-30
sdkmanager "system-images;android-thirty;google_apis;x86_64"

Accept the License Understanding to complete the download.

There are several projects which need Google Play Services. We need organization images specific to Google Play Services as shown beneath.

// Install Google Play Services system image
sdkmanager "system-images;android-xxx;google_apis_playstore;x86_64"

Take the License Agreement to complete the download.

Install Emulator - We demand to install the emulator earlier creating the AVD using SDK Director.

// Install Emulator
sdkmanager --channel=3 emulator

Have the License Agreement to complete the download.

Install Build Tools - Install the almost recent build tool listed by the listing command.

// Install Build Tools
sdkmanager "<build tools version>"

// Case
sdkmanager "build-tools;xxx.0.three"

Step 7 - Using the Emulator and AVD Manager

Create Android Emulator - Create the emulator using the organization image downloaded in the previous step as shown beneath. Supervene upon <emulator name> with the actual name preferred past you.

// Create the emulator using default system image
avdmanager create avd -n <emulator name> -one thousand "system-images;android-30;google_apis;x86_64" -g "google_apis"

// Example:
avdmanager create avd -northward emulator30 -yard "system-images;android-thirty;google_apis;x86_64" -g "google_apis"

// Create emulator using Google Play Services system image
avdmanager create avd -n <emulator name> -m "system-images;android-xxx;google_apis_playstore;x86_64"

// Example:
avdmanager create avd -n emulator30ps -k "organisation-images;android-30;google_apis_playstore;x86_64"

The to a higher place commands inquire a bunch of questions to configure the AVD if we cull the custom hardware profile option. We have excluded the details of these options from this tutorial since these configuration details depend on the actual needs. Afterward completing all the configurations, it creates the AVD using the proper name provided by us while configuring information technology.

Similarly, we can also install the AVD of older versions every bit shown below.

// Create the emulator using default system image
avdmanager create avd -north <emulator proper noun> -g "system-images;android-29;default;x86_64" -g "default"

// Example:
avdmanager create avd -n emulator29 -thou "organisation-images;android-29;default;x86_64" -k "default"

// Create emulator using Google Play Services arrangement paradigm
avdmanager create avd -north <emulator name> -1000 "arrangement-images;android-29;google_apis_playstore;x86_64"

// Example:
avdmanager create avd -north emulator29ps -k "system-images;android-29;google_apis_playstore;x86_64"

Listing Android Emulators - Now go to the tools directory on the command line and check the installed platform every bit shown below.

Notes: Add Emulator to the system path as shown in Fig xiv.

Install Android Platform Tools and SDK Manager on Windows 10 - Emulator Path

Fig 14

Close and re-open the Control Prompt to cheque the AVDs created past us in the previous steps.

// Listing the available emulators
emulator -list-avds

// Output
default28
emulator30
emulator30ps

Information technology will list all the AVDs installed by us.

Run Emulator - We can run the emulator created by us as shown below.

// Run Emulator
emulator -avd <emulator name>

// Example

emulator -avd emulator30

The emulator will take some fourth dimension to completely launch the AVD. The final results should await similar to Fig xv.

Install Android Platform Tools and SDK Manager on Windows 10 - AVD

Fig 15

Delete Emulator - We tin can too delete an existing emulator equally shown below.

// Delete Emulator
avdmanager delete avd -n <emulator proper name>

Summary

This tutorial provided all the steps required to install Android Platform Tools and Android SDK Manager on Windows x. It also provided the steps required to create and launch the AVDs using the Emulator.

Cannot Login Into Crm Sdk Plugin Tool

DOWNLOAD HERE

Source: https://android.tutorials24x7.com/blog/how-to-install-android-sdk-tools-on-windows

Posted by: kindredforrie.blogspot.com

Related Posts

There is no other posts in this category.
Subscribe Our Newsletter