Android SDK Manager fails to open in eclipse on Ubuntu 18.04 - android

I've installed "eclipse-java-2018-09-linux-gtk-x86_64" on ubuntu 18.04 and add ADT to eclipse for android development.
When I open eclipse an error message is shown about getting the required ADT version number from SDK and suggesting to fix it using SDK Manager, But when I try to open the SDK Manager it won't run.

The latest version of android SDK won't work with eclipse because eclipse's support has been removed. but it is still possible to create android app using eclipse by using the older version of SDK. try to download android SDK tools 22. Extract it in your home folder, set it in eclipse Windows-preferences-android-sdk_path. do not update any sdk components higher than 22. here is my screen shot of android sdk manager that works fine on ubuntu 16.04 32-bit system with eclipse kepler. if you want to use latest version of SDK then you have to use android-studio.

Related

SDK not comes bundled with Android Studio

I have installed Latest version of Android studio from Google.Not getting Android SDK Component Once I Click on .exe file.
I think it's just automatically installed with Android Studio now. After installing go to C:\Users\USERNAME\AppData\Local\Android and there should one folder called sdk. If not you can install the SDK manually.

Object reference not set to an instance of an object When I create new Android App (Visual Studio)

In a Visual Studio 2015, Xamarin, Android SDK, jdk 1.7, and emulator are installed and Xamarin has all green checked items in tools>options>Xamarin. But When I try to create Blank App (Android) VS shows an error:
Object reference not set to an instance of an object
Then new project fail to create and solution explorer will be empty.
How could I solve it?
I solved it with updated Android SDK setup (API Level 19 and 21) [3rd party] to Android SDK setup (API Level 22) [3rd party] in Visual Studio setup.
I had the same problem and when I installed Android 4.4.2(API 19) from
Android SDK Manager the issue got resolved. You can open Android SDK Manager in
VS2015 with Update 2 by navigating to Tools-> Android->Android SDK Manager
I figured out this...
Depending on the emulators you want to use with the new project, subject to what is installed using Android AVD, you will need to download the necessary API Level.
Example.
I looked up my emulators.
Then I simply opened Android SDK Manager and downloaded the corresponding API Level 19
And everything worked out well
I also encounter this problem on Visual Studio 2015 Update 2 with Xamarin.VisualStudio_4.0.3.214, but I solved it by installing level 19, 21, 22, 23 through Android SDK Manager.
I struggle with this same problem for a whole day but I got it resolved after several iterations.
Make sure Android Studio is not installed on your computer. If it is, uninstall it and run the VS2015 installer again until all Android SDK errors go away.
Make sure VS2015 is closed and install the most recent stable version of Xamarin for Visual Studio 2015. I found it here: https://store.xamarin.com/account/my/subscription/downloads. (Trying to install it through VS2015 didn't work for me under Tools -> Android -> Settings -> Xamarin for Visual Studio Updates.)
Make sure you have Java SDK version 7 installed on your machine (do not use 8 even though its the latest). You also must use the 32-bit version even if you have a 64-bit machine. This was key!
Install the Android SDK. Standalone version, not Android Studio + Android SDK.
Install the Android NDK.
Restart your computer and open VS2015. Go to Tools -> Android -> Settings and set the correct paths to Android SDK, NDK and Java SDK.
You should be good to go with creating a new project. You are all welcome!!!

Eclipse: SDK Manager not installing SDK Platform tools?

I am trying to Install the SDK Platform tools within my SDK manager in Eclipse.
The versions of Eclipse, SDK and ADT I am using are:
Eclipse Luna
SDK version 21.0.0
ADT version 21.0.0
Note: I am purposely using older versions as they are compatible with a plugin tool I wish to use.
When I open SDK manager and try to install the SDK platform tools, the Manager states that they have been installed but this is not the case. If SDK manager is shut and re-opened the tools have not been installed.
Why is this the case? How can I install them?
Screen shot of SDK Manager:
Just switch to Android Studio.
The android bundle for eclipse is dead.
I've switched to Android Studio about 3 months ago and it's way much better.
try to delete what's under Extras.
CLOSE, RE-OPEN the manager and then try to install the platform tools again.

Android SDK tools setup "Application error"

I'm trying to install the Android SDK tools on my Windows XP SP3. I have jdk1.5.0_06 installed, but the Android SDK setup refuses to with the error in the following image. This happes in the next screen after detecting the JDK instalation.
Is this a known issue? And is there a solution?
Not sure about what the error is. But strongly recommend that you go with JDK 1.6.x version or 1.7x for Android development.
download the installer again & see if it solves the issue. Before installing Android SDK, make sure you have jdk installed on your system. Alternatively you can install eclipse adt plugin & it will automatically install the Android SDK for you. Installing the Eclipse Plugin

AVD Creation of Android 4.0 (Ice Cream Sandwich) for windows

Android 4.0 is released now. Where can i get that ADT Plugin for android 4.0. And, also where can i get the Android 4.0's SDK.
I'm using Eclipse for developing the android. I just googling about this but i got answer for linux Where can i get these things for Eclipse using Windows OS. Anyone guid me? Thanks in advance.
Yo are using the Eclipse so ,For 4.0 SDK trace Window>AndroidSdkManager > AvailablePackages >then Select the Platform 14 . it will update your Sdk .
After updating your Sdk you need to update the ADT Plugin .For that trace Help >CheckForUpdate . then select the ADT for platform 14.
Where can i get that ADT Plugin for android 4.0.And, also where can i get the Android 4.0's SDK.
http://developer.android.com/sdk/index.html
http://developer.android.com/sdk/adding-components.html
http://developer.android.com/sdk/eclipse-adt.html#installing
After following these steps, launch your SDK Manager and you will see Android 4.0 (API 14). Hit Install 5 packages.
it is very easy, instead of downloading update your adt in eclipse, do the following,
Open eclipse and goto Help-->Install New Software in that you can see Work with text box
in that select
update site: https://dl-ssl.google.com/android/eclipse/ - https://dl-ssl.google.com/android/eclipse/ that's all you can see developer tools version 14.0 then install that and restart eclipse after install completed. After restarted open sdk manager there you can see android 4.0 then select and update.
Once you download ADT plugin inside the Eclipse, you can download any SDK platform.
After updating or installating ADT 14.0, you will get this SDK Manager (Just check the below snap, i have already installed SDK 4.0)
Update:
For updating ADT plugin, you have to check in eclipse: Help -> Check for updates

Categories

Resources