wow.. some of my dreams just got true :) Great Tools! Still I've got a problem with it. I've got a pretty fresh install of eclipse 4.2 + Android Development Tools 20 + Google App Engine Tools for Android 3.0.1 + Google Plugin for Eclipse 4.2 3.0.1
When I create a new clean Android Project and try to "generate app engine backend" I get an error and a lot of missing dependencies and code.. Error message is useless and console tells me everything worked
Error: Error in Generating Backend Project
Console: DataNucleus Enhancer (version 1.1.4) : Enhancement of classes
DataNucleus Enhancer completed with success for 1 classes. Timings : input=80 ms, enhance=44 ms, total=124 ms. Consult the log for full details
In my Create Wizard I also don't have the option for App Engine Connected Android Project
I double checked I've got all dependencies freshly installed via "Install new Software"
Link to Installed Software: http://sharetext.org/EFS2
I had the same Problem with Eclipse 3 and deleted it and made this new fresh install of Eclipse 4.2
I'm having the exact same problem. Have you made any headway?
EDIT
Based on this: https://groups.google.com/forum/#!msg/google-plugin-eclipse/QIgMgvAdn3o/hdiLLD3HQeQJ I think we're supposed to hold off until the documentation is updated.
I had too the same exact problem. Instead of Eclipse 4.2 try using Eclipse 3.7 Indigo. It did work for me.
It was a bug which got fixed in one of the later versions, if you run into this check to update your GooglePlugin for Eclipse
Related
I use Eclipse 4.7 (Oxygen), portable version
Android Development Tools (no version ?), with SDK Manager => SDK Tools 25.5, Android 6 and 7 (API 23, 25), Android Support Repository, SDK Platform, SDK Platform-tools
Gluon plugin 2.4.0
E(fx)clipse 2.4.0
Gradle IdePack 3.8.x +1.0.x
SceneBuilder installed and configured in Eclipse
and (MarketPlace, Enide 2015)
new Gluon project begins well:
name and location (default)
Gluon Application Settings (default)
Name of view (default)
=> button finish appears active, but when pressing it, nothing happens. This window blocks here and no message. Only back button, close and cancel work.
I'v tried any combination of projects (Desktop, Mobile, single view, multiple, Fxml), and checkbox, but it doesnt change anything.
Have anyone encounter the same problem ?
Or is there any log to search for anywhere ?
thanks
The plugin has been updated (version 2.5) to work with Eclipse Oxygen and Gradle 2+. Install the new plugin (it will uninstall the old one) and it'll work again. See here for details.
i had the same error with Neon and it all boiled down to an exception i saw in the .log File of eclipse ({yourWorkspace}.metadata).
java.lang.ClassNotFoundException: org.eclipse.buildship.core.workspace.SynchronizeGradleProjectJob cannot be found by com.gluonhq.eclipse.plugin_2.4.0
It seems version 2.x of Buildships Gradle has rearranged its packages and contents making the finish button unclickable.
I downloaded the latest 1.x version from an updatesite which can be found on github and everything runs just fine.
Hope this helps,
Bests!
Firstly, sorry for my english.
I was having the same problem as the guillaume girod-vitouchkina. I could not create a new Gluon project. I was using Eclipse Neon.2 and update for Eclipse Neon.3 and the problem persisted. So I did what uBreckner recommended and it worked! I uinstall version 2.x of Buildships Gradle and install latest 1.x version.
Thanks guys,
Regards!
I am facing a so weird issue with my eclipse. Android projects are not running in my eclipse
I'm using
Eclipse version 4.4 Luna ,
android SDK latest API level 23
(even earlier versions is not working ).It was running well till some days ago , and all other java projects running fine like web and desktop etc..
Whenever I am running the android project it shows the error dialog box, though no errors are there in the project(for a new project also), I have tried clean build, cleared cache, updated eclipse adt , and is there anything left I need to try other than formatting PC?
Well ,after some struggle I have found out what is the actual problem. It was my debug.keystore file.
I have got an error in my console saying Debug certificate expired
Well I have found my debug.keysotre file in here %USERPROFILE%/.android and deleted it. Eclipse itself will generate a new one when compiling a new project. You may need to clean and then build to generate the certificate.
Thanks everyone for your support.
Problem solved !!! :)
EDIT: I fixed it by not installing the NDK Development stuff. I don't know what it is, or what it does, but it fixed my problem.
I'm on Windows 64-bit, using Eclipse Helios, and trying to install the latest Android SDK. So far, I've been able to download and install the SDK Manager and successfully ran through its stuff.
The trouble comes in when I try to install inside of Eclipse (Help -> Install New Software). Every time I try to install using either the URL address (http://developer.android.com/sdk/installing/installing-adt.html) or the .zip file I get this error:
An error occurred while collecting items to be installed
session context was:(profile=SDKProfile, > phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Comparison method violates its general contract!
Comparison method violates its general contract!
The internet doesn't seem to have any answers that I can find. Thanks!
Late to the conversation...
But I have found this error when trying to install packages, not at all associated with Android, from older Eclipse versions, which by now includes Helios. It actually took me a while to figure out all those Eclipse project names are actually versions. At the time of this writing, Eclipse Kepler is the latest, once I upgraded (pretty much a fresh install) to Kepler and tried again to install the packages, everything worked fine.
Hopes this is helpful to somebody.
Run eclipse as administrator and install Android SDK.
You must use https://dl-ssl.google.com/android/eclipse/ for SDK installation.
See Install ADT Plugin
By the way, which version of java are you using? I reckon the error is possibly an eclipse bug, related to Java 1.7.
Try JRE 1.6 and see if it works!
You need the following tool for starting the android devolopment
(1) Eclipse ide
(2) ADT for eclipse (android plugin for eclipse)
(3) Android SDK
You get a brief idea about each of these steps from the following link
http://codeglympse.blogspot.in/2012/10/installing-eclipse-and-android-sdk.html
I just installed Eclipse EE Juno (4.2) and a whole slew of plugins for it. I am now attempting to install the Google plugin (GAE and GWT) and am getting an error when adding the update site through Juno's Install new software window:
Name: Google-Plugin
Location: http://dl.google.com/eclipse/plugin/4.2
When I try to enter this I get:
Could not find http://dl.google.com/eclipse/plugin/4.2
I see this question from a few months ago. Although I am having a very similar problem, I think I have a different problem altogether.
When I change the Location to http://dl.google.com/eclipse/plugin/3.7, I get the same error (except with 3.7 appended on the end of the error message instead of 4.2). I definitely have Internet access (how else would I be posting this question?!) so that's not the issue. If this was only working for the 4.2 plugin, I would happily try the "workaround" mentioned in the other post, or even step back down to Eclipse 3.7 (I have to have this plugin!) until 4.2 was working. But the fact that it's not even working for 3.7 tells me that something else is awrye here. Thanks in advance!
Edit:
Just to mess around with things, I have downloaded Indigo (3.7) and immediately attempted to install the Google-Eclipse plugin. I entered the following for my update site:
http://dl.google.com/eclipse/plugin/3.7
And received a nasty error:
Artifact not found: http://dl.google.com/eclipse/plugin/3.7/compositeContent.xml.
Artifact not found: http://dl.google.com/eclipse/plugin/3.7/compositeContent.xml.
http://dl.google.com/eclipse/plugin/3.7/compositeContent.xml
Am I going crazy here?!?! I've installed my fair share of Eclipse plugins and never had this much trouble. Especially from Google. And I know its not my Internet connection or my Eclipse instance because before I attempted to install the Google plugin, I installed Subversive, IvyDE and EclEmma...
It was also broken for me a little while ago, but seems to be working now. Maybe the site was down for a bit?
You can try installing the plugin from archive as described in the link:
https://developers.google.com/eclipse/docs/install-from-zip
Basically what you are doing is, you download the plugin as a zip(archive) and browse this archive instead of update site, during the plugin installation.
When I try to instal "Windows Azure Plugin for Eclipse with Java" by going to Help choose install new software, it generates following error. I have asked google but couldn't find any useful post.
I have Installed Windows Azure Sdk for .NET which adds the emulator.
Cannot complete the install because one or more required items could not be found.
Software being installed: Windows Azure Plugin for Eclipse with Java (by MS Open Tech)
1.7.0.201206062138 (com.persistent.winazure.eclipseplugin.feature.feature.group 1.7.0.201206062138)
Missing requirement: WAEclipsePlugin 1.7.0.201206062138 (com.persistent.winazure.eclipseplugin 1.7.0.201206062138) requires 'bundle org.eclipse.ui 3.6.0' but it could not be found
Cannot satisfy dependency:
From: Windows Azure Plugin for Eclipse with Java (by MS Open Tech) 1.7.0.201206062138 (com.persistent.winazure.eclipseplugin.feature.feature.group 1.7.0.201206062138)
To: com.persistent.winazure.eclipseplugin [1.7.0.201206062138]
We have just released an update fixing this bug (i.e. broken support for Helios), and a few others. Invoke Eclipse's plugin update feature, or just tell Eclipse to install the plugin from http://dl.msopentech.com/eclipse.
Martin Sawicki
Principal Program Manager
Microsoft Open Technologies, Inc.
A subsidiary of Microsoft Corporation
Yesterday there were announcements about several new features in the Windows Azure Spring Release. One of those announcements mentioned an updated Eclipse plugin, as well as sdk refreshes. Based on the error message, you may have installed updated bits for Eclipse that could be out of sync with something else that hasn't been updated yet.
During the Meet Windows Azure event today, everything is being formally announced via webcast.
I believe those are random errors which just happen if there some network error. You may find similar problems and while installing the plugin however trying again mostly resolve such problem.
I just gave a quick try as setting the New Install point as "http://dl.msopentech.com/eclipse" in Eclipse as below:
And then downloaded the selected components:
The download and install went fine without any hitch so please try again and you should not have any problem as you just experiences a random trouble.
Actually, it is a bug in the plugin's June 2012 release that it doesn't install on Helios. An update with a fix for this issue is coming up later in July.