Android SDK not showing in eclipse - eclipse

I have installed also i have installed ADT Plugin but when creat new project it does not show android project.I have also tried to reinstall the ADT plugin but it says they are already installed.

Have you downloaded the API('s) you need/want with SDK Manager?

Related

I have the Flutter plugins installed in Android Studio, but it doesn't give me the option to create a project

Uninstall the android studio and install it again and I still don't get the option to create a project with flutter
After you've installed the plugins, make sure the plugins are enabled. And then close the Android Studio and open it again.

Is there any way to install direct 2.4 version of GWT plugin in eclipse?

In our project we are using GWT-2.4 version of GWT plugin. This plugin was already installed in eclipse which will support for Windows XP-32 bit in long back.
But, recently I got a new system with Windows 8.1 - 64 bit. When I tried to install GWT plugin in JUNO/LUNA, by default it is installing GWT-2.6 version. This will be not supported in my project.
If is there any way to install GWT-2.4 version of GWT plugin in eclipse, please reply on this question.
Are you talking about the SDK version?
If yes, download the SDK from here.
Unpack the SDK.
Goto Preferences -> Google -> Web Toolkit
Select the Add button and choose the recently downloaded version.

Eclipse doesn't recognise Dart SDK or Dartium installations

I'm trying to use the Eclipse plugin with the Dart SDK and Dartium. I installed the SDK, Dartuim and the Dart Editor from ppa:hachre/dart through apt-get on Ubuntu. The editor works fine, and so does Dartium.
In Eclipse, the Dart section says SDK version 0 is installed at /opt/eclipse/no-dart-sdk/ and that Dartium is not installed at all. I created symlinks to the directories where they were installed and restarted Eclipse. They are now recognised in the preferences. but my Dart project still says it can't find the SDK. When I try to run the test project. Eclipse throws and error: Cannot start pub serve or connect to pub. I ran pub serve through the command line and it worked.
Can anyone tell me hot to fix this Eclipse problem without having to re-install the SDK and Dartium manualy?

plugin for blackberry app using phonegap

I am confused which plugin to install
1-http://www.blackberry.com/go/eclipseUpdate/3.6/web--blackberry webworks sdk and plugin
2-http://www.blackberry.com/go/eclipseUpdate/3.6/java--blackberry java plugin and sdk
First plugin was not getting installed so I installed second one but didn't know where to place html,js pages.
Here http://wiki.phonegap.com/w/page/31930982/Getting%20Started%20with%20PhoneGap%20BlackBerry%20WebWorks ,it was written to install first plugin so is it not possible to use html pages with second plugin as first plugin was not getting installed .I have mentioned the problem with plugin here cannot install blackberry webworks plugin in eclipse

Trouble installing Google plugin for Eclipse: Unable to get past accepting licenses

I just downloaded Eclipse Indigo for Win XP. After successfully installing the M2Eclipse plugin, I tried to install the Google Plugin for Eclipse, using this URL as my download site -- http://dl.google.com/eclipse/plugin/3.7. When prompted, I selected all packages to be installed. Android said it couldn't be found ...
(com.google.gdt.eclipse.mobile.android.feature.feature.group 2.4.2.relr37v201110112027)
Missing requirement: Android Cloud Tooling 2.4.2.relr37v201110112027 (com.google.gdt.eclipse.mobile.android 2.4.2.relr37v201110112027) requires 'bundle com.android.ide.eclipse.adt 12.0.0' but it could not be found
Cannot satisfy dependency:
From: Google App Engine Tools for Android 2.4.2.relr37v201110112027 (com.google.gdt.eclipse.mobile.android.feature.feature.group 2.4.2.relr37v201110112027)
To: com.google.gdt.eclipse.mobile.android [2.4.2.relr37v201110112027]
so I skipped it to get to this screen.
http://screencast.com/t/XK81svWmcMr
When I clicked "Next", I was greeted with a screen that asked me to accept License agreements. Even though I accepted everything, the "Finish" button was never enabled ...
http://screencast.com/t/JIEVqGKveMeU
Can someone tell me how to get past this so I can install the Google Plugin tools for Eclipse?
Google has added the Google App Engine (GAE) Tools for android in it's Google Plugin for Eclipse (GPE).
This is for integration of App Engine with Android, the fact that you are getting that error is because Android SDK is downloaded seperately, and in this case GPE expects to find that SDK on your system. To fix your problem just exclude GAE Tools from the list of modules inside GPE at the module choice screen(The screen before Install details).
As I you have to install ADT Plugin for Eclipse first: http://developer.android.com/sdk/eclipse-adt.html
Then you'll be able to install "Google App Engine Tools for Android 2.4.2"