[android-developers] Android Library including source folder

2011-02-11 Thread Matthias Stock
Hello, this is Eclipse related (Helios). The basic question here is: How would you include system independent java classes into a Android Library project? Context: I have a graphics engine which is loosely coupled with the Android system (engine classes do not include Android packages, mostly

Re: [android-developers] Android Library including source folder

2011-02-11 Thread Xavier Ducrohet
The Android library projects are a bit particular in the sense that the main project doesn't actually reference the library projects in a way that JDT (the Java plug-in for eclipse) recognize. This means that the main project doesn't know about the project referenced by the library projects. It's