How To Install Android On Wave?

How can I solve the problem to install Android SDK in eclipse?

  • I am trying to install Android SDK in eclipse. but getting  an error after choosing Developer tools and NDK plugins. when i press next then in that step it shows me the error:  "Cannot complete the install because one or more required items could not be found.    Software being installed: Android Development Tools 22.0.0.v201305140200--675183 (com.android.ide.eclipse.adt.feature.group 22.0.0.v201305140200--675183)    Missing requirement: Android Development Tools 22.0.0.v201305140200--675183 (com.android.ide.eclipse.adt.feature.group 22.0.0.v201305140200--675183) requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found"  i have downloaded ADT(adt-bundle-linux-x86-20130514.zip) but don't  know where to place it. I am using Ubuntu 12.04LTS. Please let me know if anyone can help me.

  • Answer:

    You don't need to install the Developer Tools in eclipse separately if you have downloaded the ADT bundle. Just : unzip it Go to the eclipse folder inside and start eclipse Create a test Android Application Project and see if its running According to the official docs (http://developer.android.com/sdk/index.html), it includes everything for Android app development: Eclipse + ADT plugin Android SDK Tools Android Platform-tools The latest Android platform The latest Android system image for the emulator Btw, what kind of apps are you building? You won't need the NDK in normal situations. This is what the official docs say about the NDK plug in: The NDK is a toolset that allows you to implement parts of your app using native-code languages such as C and C++. For certain types of apps, this can be helpful so you can reuse existing code libraries written in these languages, but most apps do not need the Android NDK. So if you do not plan to use C/C++ code in your app, there is no point in installing the NDK plug in.

Kangkan Boro at Quora Visit the source

Was this solution helpful to you?

Other answers

Visit the below link to view the detailed steps of how to install android sdk in eclipse with screenshots available, Hope this could help you out!!! Enjoy your installation!!http://trainingchennai.com/how-to-install-android-sdk-in-eclipse.html

Allenblue

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.