A Java Java project hosted in a git repository and embedded in the Android tree in /packages/appsmust have project files located in the root directory of the git repository.
This is problematic for creating an additional test project, which ideally should be included in the same git repository, so commits are atomic for code and tests. Eclipse is very upset if you include the Test project as a subdirectory.
Is there a suitable approach to solve this problem, besides creating a second repository?
source
share