Setting up Android SDK in IntelliJ - android

I am trying to set up JetBrains' IntelliJ IDEA for Android Development. I have "inherited" a relatively large Android project from one of my colleagues.
I am running into problems whenever I try to build the app in the IDE. I have tried to install the Android SDK into intelliJ but without any luck.
My problem seems to be that IntelliJ cannot locate the SDK correctly.
I have followed these steps, but with no result:
Answer

Related

problems with Intellij and Android SDK

I want to develop an Android app using Intellij, as Android Studio is based on it,but when I try to set the project, it tells me that I have no Android SDK installed and when I give the path to the already installed Android SDK it freezes at the installation.it freezes when I try to Reinstall the SDK too.I tried the solutions proposed here but none of them is working .Is there any Solution to this probleme or should I just use Android Studion instead?

Error in Eclipse Neon 2 in workspace

I have installed Android sdk and eclipse neon .2 for android developers. When I create android project and click finish, it gives this error. Can anyone suggest what's wrong?
The Android SDK has not been setup properly inside your Eclipse environment.
Reinstalling using recommended settings might resolve this issue.
Android Studio 2.0 is the new recommended IDE for developing Android apps and is extremely easy to setup.
Link: https://developer.android.com/studio/install.html

Downloading and Installing Android SDK for Eclipse Mars

Can anyone here please provide me with the proper link for Android SDK and Installation of SDK for Eclipse Mars, I have searched a lot, but I didn't find anything other than Android Studio,
I am using eclipse because android studio is not working on my laptop, its very heavy and my laptop takes more time to open and run the program,
so If any one has the better knowledge for downloading and installation, then please provide me here..
and What I am trying to looking at Android developer website, they changed it for only Android Studio. Whenever I open any old link, it is redirecting me to Android Studio, is It true?? Please provide me with some more detail about it.
Thank you
You can download eclipse ADT plugin from here (note that it is not the latest).
Also, there is one more helpful link for getting latest available releases for eclipse (ADT 23.0.7 since August 2015).
By the way, at least for me is very confusing that Android Studio working worse than eclipse. I found that Android Studio is far better than eclipse (but that is only my personal opinion).
Anyway, that is more important: Android Studio is now the official IDE for Android and migration to it is recommended. Eclipse is not supported anymore.
How about you download Eclipse Neon with the Andmore project?
While Eclipse is not officially supported by Google, this project has forked the Android ADT plugin and is being maintained on the side.

Target Platform is disabled in Xamarin Studio?

When creating a new project the target platform (Android) is already greyed out so can't proceed.
I have already linked SDK and NDK.
The Android check box will be disabled if you do not have Xamarin.Android installed or the Android addin is disabled in Xamarin Studio.
If you look in the log file (Help - Open Log Directory) it should provide more information.
Run the installer again and check what you want: Xamarin.Android and Xamarin.iOS
The issue has been reported several times in several forums: I have searched all of them and found no answer that works in May 2017, now that Xamarin Universal Installer no longer is provided by Xamarin.com, only Visual Studio. Most answers I've depends on two things: one, that one loads the Android sdk, ndk and Java jdk and links up to them in the Tools Project Option -> Android. While an appropriate answer, this doesn't seem to fix the issue for those who have had it on a PC, like myself. I have also Visual Studio installed but wanted to see the Xamarin Studio. The other parts of the answers I've seen mention the use of Xamarin Universal Installer. Only manual install Xamarin Studio (via its .msi files) are now possible given the Xamarin.com offers.
However, even uninstalling and reinstalling Xamarin Studio--as was recommended in a forum--didn't seem to solve this issue. Normal uninstall via Control Panel of Xamarin Studio doesn't delete the local user info. This is, moreover, shared with Visual Studio. As far as I can see, it is the mixture between Visual Studio in its newest forms, and the Xamarin Studio in its earlier forms, on one and the same Windows PC that causes some configuration issues.
And so the solution seems to be that if you want Xamarin Studio to work on a PC with target platform Android, you should start with a clean PC and begin on the Android sdk and ndk, and the Java jdk, then install Xamarin Studio without installing Visual Studio first. Hopefully though the Visual Studio should be good enough.
Just click on restart button. From Tools > Add Custom Tools > SDK Locations in visual studio.

File-->New-->Wizard doesn't show up the Android project post installation

I have installed ADT 11.0.0 plugin for Eclipse on top of 3.6.2 classic. The plug-in installation was fine.
Android DDMS, Android Development Tools, Android Hierarchy Viewer, Android TraceView
But File-->New-->Wizard doesn't show up the Android project, what could be wrong here?
I had to manually upload the plug-in files to get past this error, none of the above options worked for me.
Have you looked under Other?
I have my Android Project under File->New->Other
Or Just ctrl+N
If restarting Eclipse doesn't work, you may have to reinstall Eclipse and the plugin.

Categories

Resources