0
votes
2answers
16 views

How to update layout after onConfigurationChange?

I am building my first app and am almost done. (yay!) Now all I have to do is to set up the Java for the onConfigurationChange used when the orientation is changed as well as the keyboard is pulled ...
0
votes
1answer
35 views

“an error occurred while collecting items to be installed” on eclipse “check for updates”

I'm trying to update Eclipse plugins (using "Check for Updates") but I keep getting a long list of errors. I assume it is something wrong with the list of update sites but I've been able to update ...
-1
votes
1answer
272 views

R cannot be resolved after update to adt 22

Hi I have been away from using eclipse and android java programming for a few weeks due to unforseen circumstances. I opened up eclipse yesterday and was prompted to make a few updates and accepted. ...
0
votes
2answers
65 views

Eclipse isn't Seeing Nexus 7

I bought a new Nexus 7, and Eclipse cannot see it. It is appearing in Device Manager as Android Device ---> Android Composite ADB Interface. There is no other devices category, and I have updated ...
0
votes
1answer
69 views

Eclipse is not running projects after once updated in android

In this morning i just checked for updates in my eclipse & when i found updates available i just did that. But after once it is updated Eclipse is not working at all. Its running existing ...
1
vote
2answers
49 views

Very slow updating in eclipse

Every time I start eclipse (Whether my computers been on for 2 hours or 1 minute) the update speed is significantly slower than normal. What I mean by that is if I have something such as a paint ...
4
votes
1answer
993 views

Updating Eclipse SDK Error

I updated my SDK, and now it says I need to have the SDK which I already have. When I check for updates and try to update the options, I get this: An error occurred while collecting items to be ...
0
votes
0answers
101 views

How to upgrade Eclipse to 3.8 version?

Currently i am running Eclipse 3.6 with ADT and Android plugins. Now i want to update this Android Eclipse to 3.8 version. For that, i have change the two things in the preferences in Eclipse: The ...
0
votes
1answer
76 views

Conflicting dependency while eclipse updating; Common Navigator View installed threee times

Cannot do check for updates because of following error: Cannot complete the install because of a conflicting dependency. Software being installed: Eclipse Java Development Tools ...
0
votes
2answers
265 views

Eclipse plugin stopped working after update

I updated the Eclipse plugins (Help - Check for update). Since the restart after installation, the plugins aren't working any longer. They're still enlisted in "installation details", but there are no ...
0
votes
1answer
49 views

How to update tha app's data without the need to update the app version? (android app)

Can someone please tell me how to update the app's data without the need to update the app? For example, if I have a song's app and I whold like to add another song, how do I do it using the internet ...
1
vote
1answer
171 views

Error when trying to update Eclipse

I got an error when trying to update my Eclipse! Here is the error log An internal error occurred during: "Install download 0" java.lang.IllegalArgumentException: Comparison method violates its ...
2
votes
2answers
837 views

Can I roll back my Eclipse Juno update?

I don't recall the "install new updates" feature ever offering to perform a major release, certainly not without explaining that it's doing so like just happened with Juno. I unintentionally updated ...
2
votes
1answer
38 views

Update just particular plugin

Checking for updates in Eclipse sometimes takes quite some time. Is there any way to check for just particular plugin/feature whether there is new update available?
0
votes
2answers
711 views

Change Eclipse default update repository list

I am trying to deploy a version of Eclipse and would like control over the default repository list. See my earlier question. In my other question, I learned that this is stored in the user's home ...
0
votes
1answer
84 views

Copying Eclipse from one machine to another

I am trying to include a version of Eclipse in an installation package, that has been prepopulated with plugins from an update site. I can include all of Eclipse's files into my installer quite ...
0
votes
3answers
119 views

Android Marketplace Updates & Eclipse Projects

So I have managed to get a couple apps up on the marketplace only to have a stray thought of what is the best way to go about managing my projects/apps within eclipse to accommodate future updates to ...
2
votes
1answer
307 views

Is the delta-pack updated by Eclipse?

I have a doubt. I've been using Eclipse Indigo RCs and eventually installed an RC3 Delta-pack to match the release i was using. After the latest updates, i believe I'm up-to-date with the Final ...
12
votes
4answers
1k views

How Do You Manage Your Eclipse Installation

How do you manage your Eclipse installation, i.e. the basic installation, plug-ins and workspace settings with regard to consistent updates (including major ones, 3.5 => 3.6) and usage on two or more ...
3
votes
1answer
838 views

Run plugin updates outwith Eclipse UI

I'm trying to update the plugins for an Eclipse Galileo SR2 installation from the command line. Something similar to this command (which asks for a specific feature): java -jar ...
4
votes
2answers
1k views

How do I turn off automatic updates in Aptana Studio for Eclipse?

I installed Aptana Studio plugins for Eclipse and now Eclipse startup is slower than ever because Aptana Studio always checks for updates at startup -- and it's really slow! How do I turn off auto ...
3
votes
2answers
134 views

What's the best way to get Eclipse users to regularly update a plugin?

I'm going to be distributing a plugin that will be routinely updated with features, bug fixes, and updates to downloadable corpuses. The usual update site mechanism can do the update ok - when the ...