Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android SDK Error when loading the SDK:

enter image description here

How should I solve this problem?

like image 670
amine life Avatar asked May 23 '15 23:05

amine life


People also ask

How do I fix Android SDK File not found ADB?

Reinstalling the platform tools might fix this problem. Open Android Studio, click SDK Manager in the toolbar or click Tools > SDK Manager, click SDK Tools, then uncheck Android-SDK Platform-Tools (as shown above). After this, open C:\Users\Username\AppData\Local\Android\Sdk and delete the platform-tools folder.

How do I open Android SDK?

To open the SDK Manager from Android Studio, click Tools > SDK Manager or click SDK Manager in the toolbar. If you're not using Android Studio, you can download tools using the sdkmanager command-line tool. When an update is available for a package you already have, a dash appears in the check box next to the package.

How to enable Android SDK in Android Studio?

Step 1: Opening Android Studio Settings. Navigate to the File > Settings option you will get to see below dialog screen. Inside that screen. Click on Appearance and Behavior option > System Settings options and then click on the Android SDK option to get to see the below screen.

How to fix parse SDK loading problem during eclipse startup?

I have faced the same parse sdk loading problem during eclipse startup like yours (Shown in image below) The solution to above problem is to just delete (uninstall) the package Android Wear ARM EABI v7a system image available under Android 5.1.1 (API 22) if it's installed. (No need to uninstall whole 5.1.1 package).

How to find SDK path in Android?

Click on Appearance and Behavior option > System Settings options and then click on the Android SDK option to get to see the below screen. Inside this screen, you will get to see your SDK path.

What is the use of Android SDK?

Android SDK is also referred to as the Android Software Development Kit which provides so many features which are required in Android which are given below: A sample source code. An Emulator. Debugger.


1 Answers

Deleting(uninstalling) the package Android Wear ARM EABI v7a system image available under Android 5.1.1 (API 22) resolves this problem.

For details see this link - Error Loading the sdk when eclipse is started

like image 140
Amrit Pal Singh Avatar answered Oct 09 '22 00:10

Amrit Pal Singh