It is worked for me:

    * Delete your project from eclipse (not from disk).
    * "File"->"New.."->"Project"->"Android Project"
    * in "New Adroid Project"-Dialog selected "create project from
existing source" (find your project on HDD)->"Finish"

my .classpath-file

<?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"/>
<classpathentry kind="output" path="bin"/>
</classpath>



On Jul 8, 3:20 pm, Victor Lin <[email protected]> wrote:
> Hi,
>
> I am developing android program under eplicse environment. I use svn
> to store all my files. But it seems that svn files cause some problem.
>
> I got some errors like this:
>
> Description     Resource        Path    Location        Type
> syntax error    entries /PowerGrid/src/com/ez2learn/android/
> powergrid/.svn  line 1  Android AIDL Problem
>
> It seems android system wallk all directories under src, and try to
> parse files under .svn folder. Is that bug? how can I fix it?
>
> Thanks.
> Victor Lin.

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

Reply via email to