Build error "Resource '/myproject/bin/default' does not exist."
After running gradle cleanEclipse eclipse and correcting the source folders manually (see #14), I get this remaining build error:
The project was not built due to "Resource '/myproject/bin/default' does not exist."
The corresponding entry in .classpath looks like this:
<classpathentry kind="output" path="bin/default"/>
Why isn't this directory created automatically? Even weirder: If I manually create this directory, within a second it is removed again. Presumably by Eclipse, since Gradle isn't running.
I'm using Eclipse 2019-03 and Andmore 0.5.1.
It seems as if the issue is caused by the various <classpathentry output="bin" kind="src" … /> should not have the output="bin". That interferes with <classpathentry kind="output" path="bin/default"/>.
I've had the same issue, and it's annoying. I haven't had any time to deal with this, with other priorities being higher. Feel free to issue a pull-request.
I'm working on this, see https://github.com/greensopinion/gradle-android-eclipse/wiki/2020-experiment