[android-developers] Re: SDK 1.6, ADT 0.9.3, Eclipse 3.4.2: Problem with Android Editors

2009-11-22 Thread Rob Y.


On Sep 30, 7:31 pm, Nmix  wrote:
> Solved this problem.  It is the same as described in 
> thread:http://groups.google.ca/group/android-developers/browse_thread/thread...
> as reported by JMichel in this recent 
> thread:http://groups.google.com/group/android-developers/browse_thread/threa...
>
> Reverting to WST 3.0.4 got the Android editors working with ADT 0.9.3.
>
> On Sep 28, 12:23 am, Nmix  wrote:
>
> > I see there were a few replies indicating that I'm not the only one
> > with this problem. Just had some time to play with this, so I tried
> > this:
> > - New install of Eclipse 3.4.2 from the original download
> > - Updated all the Eclipse components to the most recent versions
> > - InstalledADT0.9.3
> > - Created a new workspace, then imported source from an existing
> > project
>
> > Still have the same problem. Only difference is the Problems log for
> > the project shows some errors:
> > - Location: Unknown; Type:
> > org.eclipse.core.internal.resources.mar...@17e6fb19 is not of a
> > displayable type
> > - Location: Unknown; Type:
> > org.eclipse.core.internal.resources.mar...@17e6fb1b is not of a
> > displayable type
>
> > There is a similar warning for the manifest (which I tried to open
> > with the Android Manifest Editor):
> > - Location: AndroidManifest.xml; Type:
> > org.eclipse.core.internal.resources.mar...@408d28b2 is not of a
> > displayable type
>
> > My temporary workaround is to open the XML-based file with one of the
> > non-ADTsupplied editors. Something is broken, but is it in Eclipse,
> > inADT, or, perhaps more likely, there is some conflict between them.
>
> > Is anyone on the Android team able to say anything about this??? TIA
>
> > On Sep 22, 5:29 pm, Nmix  wrote:
>
> > > Pretty much as the subject says.  I did the upgrade per instructions,
> > > and I can create a1.6AVD and run projects on it.  All of that is
> > > fine.  What I can't do is edit any of the Android XML-based files:
> > > manifest, layout and assets.
>
> > > When I try to open any of these, one of the Android Resource/Layout/
> > > Manifest Editors is launched, and fails.  I get a "Problem Occurred"
> > > box fromEclipsewith a error:
>
> > > java.lang.NoSuchMethodEditor
>
> > > An error has occurred. See error log for more details.
> > > org.eclipse.wst.sse.ui.StructuredTextEditor.isBlockSelectionModeEnabled
> > > ()Z
>
> > > Uninstalling and re-installingADTdidn't help.  The only relevant
> > > error I can see in the log is a warning about a  with version
> > > (2) is lower than project target API level (4).
>
> > > Any ideas?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: SDK 1.6, ADT 0.9.3, Eclipse 3.4.2: Problem with Android Editors

2009-11-23 Thread Rob Y.
> I could just revert to my old configuration and everything worked
> again.

What if I don't have an old configuration to revert to?  I'm running a
fresh Eclipse install, and got the WST stuff by letting eclipse
download it from the ganymede site to satisfy dependencies when
installing the Android plugins.  It pulled down version 3.1, and I'm
stuck with that version.

I'm pretty new to eclipse plugins.  Is there a way to install a
particular back version of stuff, or am I just out of luck until this
gets fixed moving forward?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: SDK 1.6, ADT 0.9.3, Eclipse 3.4.2: Problem with Android Editors

2009-09-23 Thread gib

Same configuration, same error while opening Android XML files with
the Android Editors.

On 22 Set, 23:29, Nmix  wrote:
> Pretty much as the subject says.  I did the upgrade per instructions,
> and I can create a 1.6 AVD and run projects on it.  All of that is
> fine.  What I can't do is edit any of the Android XML-based files:
> manifest, layout and assets.
>
> When I try to open any of these, one of the Android Resource/Layout/
> Manifest Editors is launched, and fails.  I get a "Problem Occurred"
> box from Eclipse with a error:
>
> java.lang.NoSuchMethodEditor
>
> An error has occurred. See error log for more details.
> org.eclipse.wst.sse.ui.StructuredTextEditor.isBlockSelectionModeEnabled
> ()Z
>
> Uninstalling and re-installing ADT didn't help.  The only relevant
> error I can see in the log is a warning about a  with version
> (2) is lower than project target API level (4).
>
> Any ideas?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: SDK 1.6, ADT 0.9.3, Eclipse 3.4.2: Problem with Android Editors

2009-09-24 Thread Josch

Hi,
that has nothing to do with Android, but with the XML editor in
eclipse latest release. I have the exact same situation, after
updating yesterday. Some JSF is causing this :-(
I dont have a fix yet :-(


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: SDK 1.6, ADT 0.9.3, Eclipse 3.4.2: Problem with Android Editors

2009-09-24 Thread Josch

Hi again,
try following approach,
a) install an "old" package
b) do not use autoupdate, but manually update the packages in steps
and test.

I could just revert to my old configuration and everything worked
again.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: SDK 1.6, ADT 0.9.3, Eclipse 3.4.2: Problem with Android Editors

2009-09-27 Thread Nmix

I see there were a few replies indicating that I'm not the only one
with this problem. Just had some time to play with this, so I tried
this:
- New install of Eclipse 3.4.2 from the original download
- Updated all the Eclipse components to the most recent versions
- Installed ADT 0.9.3
- Created a new workspace, then imported source from an existing
project

Still have the same problem. Only difference is the Problems log for
the project shows some errors:
- Location: Unknown; Type:
org.eclipse.core.internal.resources.mar...@17e6fb19 is not of a
displayable type
- Location: Unknown; Type:
org.eclipse.core.internal.resources.mar...@17e6fb1b is not of a
displayable type

There is a similar warning for the manifest (which I tried to open
with the Android Manifest Editor):
- Location: AndroidManifest.xml; Type:
org.eclipse.core.internal.resources.mar...@408d28b2 is not of a
displayable type

My temporary workaround is to open the XML-based file with one of the
non-ADT supplied editors. Something is broken, but is it in Eclipse,
in ADT, or, perhaps more likely, there is some conflict between them.

Is anyone on the Android team able to say anything about this??? TIA

On Sep 22, 5:29 pm, Nmix  wrote:
> Pretty much as the subject says.  I did the upgrade per instructions,
> and I can create a1.6AVD and run projects on it.  All of that is
> fine.  What I can't do is edit any of the Android XML-based files:
> manifest, layout and assets.
>
> When I try to open any of these, one of the Android Resource/Layout/
> Manifest Editors is launched, and fails.  I get a "Problem Occurred"
> box fromEclipsewith a error:
>
> java.lang.NoSuchMethodEditor
>
> An error has occurred. See error log for more details.
> org.eclipse.wst.sse.ui.StructuredTextEditor.isBlockSelectionModeEnabled
> ()Z
>
> Uninstalling and re-installing ADT didn't help.  The only relevant
> error I can see in the log is a warning about a  with version
> (2) is lower than project target API level (4).
>
> Any ideas?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: SDK 1.6, ADT 0.9.3, Eclipse 3.4.2: Problem with Android Editors

2009-09-30 Thread Nmix

Solved this problem.  It is the same as described in thread:
http://groups.google.ca/group/android-developers/browse_thread/thread/f4ba97f99c3b470c?hl=en#
as reported by JMichel in this recent thread:
http://groups.google.com/group/android-developers/browse_thread/thread/882ade0252db170f?hl=en

Reverting to WST 3.0.4 got the Android editors working with ADT 0.9.3.

On Sep 28, 12:23 am, Nmix  wrote:
> I see there were a few replies indicating that I'm not the only one
> with this problem. Just had some time to play with this, so I tried
> this:
> - New install of Eclipse 3.4.2 from the original download
> - Updated all the Eclipse components to the most recent versions
> - InstalledADT0.9.3
> - Created a new workspace, then imported source from an existing
> project
>
> Still have the same problem. Only difference is the Problems log for
> the project shows some errors:
> - Location: Unknown; Type:
> org.eclipse.core.internal.resources.mar...@17e6fb19 is not of a
> displayable type
> - Location: Unknown; Type:
> org.eclipse.core.internal.resources.mar...@17e6fb1b is not of a
> displayable type
>
> There is a similar warning for the manifest (which I tried to open
> with the Android Manifest Editor):
> - Location: AndroidManifest.xml; Type:
> org.eclipse.core.internal.resources.mar...@408d28b2 is not of a
> displayable type
>
> My temporary workaround is to open the XML-based file with one of the
> non-ADTsupplied editors. Something is broken, but is it in Eclipse,
> inADT, or, perhaps more likely, there is some conflict between them.
>
> Is anyone on the Android team able to say anything about this??? TIA
>
> On Sep 22, 5:29 pm, Nmix  wrote:
>
> > Pretty much as the subject says.  I did the upgrade per instructions,
> > and I can create a1.6AVD and run projects on it.  All of that is
> > fine.  What I can't do is edit any of the Android XML-based files:
> > manifest, layout and assets.
>
> > When I try to open any of these, one of the Android Resource/Layout/
> > Manifest Editors is launched, and fails.  I get a "Problem Occurred"
> > box fromEclipsewith a error:
>
> > java.lang.NoSuchMethodEditor
>
> > An error has occurred. See error log for more details.
> > org.eclipse.wst.sse.ui.StructuredTextEditor.isBlockSelectionModeEnabled
> > ()Z
>
> > Uninstalling and re-installingADTdidn't help.  The only relevant
> > error I can see in the log is a warning about a  with version
> > (2) is lower than project target API level (4).
>
> > Any ideas?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: SDK 1.6, ADT 0.9.3, Eclipse 3.4.2: Problem with Android Editors

2009-12-21 Thread dmanpearl
I have the same problem.  Reversion to Eclipse XML Editors and Tools
v3.0.5 or v3.0.4 did not help or change the symptoms.  My work-around
is to use a text editor.  Any solution?
  - David

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en