Adding an Android library project to an Eclipse build path?

I have a multi-module Android Maven project consisting of several projects and an Android library project (baselib), where I run JUnit tests based on Android.

enter image description here

This works while I run the Maven test. When I run the Baselib JUnit tests using Eclipse with the Run-> As JUnit test, I do not get the current version. This means that changes to the JUnit test do not affect until I build Maven.

I was thinking about adding the bin folder to the Eclipse build path, but I got an error message in Eclipse:

Cannot set output folder ... baselib-TRUNK / bin / classes inside ... baselib-LUGGAGE / bin

- . , . , . , jar , . (Build Automatically Eclipse). Eclipse ... /bin/classes, pom.xml. /bin/test-classes, , , .

, ?

+2
1

, . "Android".

enter image description here

. enter image description here

"...", , "" "". , , . , " " .

, , . , , . , .

+2

All Articles