Yes, Fix Project Properties worked for me too.

The thing that actually changed is the project's .classpath:

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
 <classpathentry kind="src" path="src"/>
 <classpathentry kind="src" path="gen"/>
 <classpathentry kind="con"
path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>

+++++ Added by Fix Project Properties: +++++
+++++ <classpathentry kind="con"
path="com.android.ide.eclipse.adt.LIBRARIES"/> ++++++

 <classpathentry kind="output" path="bin/classes"/>
</classpath>
Weird, but it works now.

-- Kostya

2011/10/24 Michael A. <michael.aki...@gmail.com>

> With a new clean workspace, Fix Project Properties + Closing/Reopening the
> projects worked to get the layout editor activated again as usual. Thanks.
>
> Now I just need to figure out why none of my XML layouts and drawables work
> + why the apk won't export. :-/
>
> Regards,
>
> Michael A.
>
>  --
> 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
>

-- 
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

Reply via email to