android - file or directory '<project>/<app>/src/debug/java', not found -
my project doesn't build. imported third party project library , sample module android studio.
the project here https://github.com/consp1racy/android-support-preference.git
both modules have build variant set debug. when build project fails on sample module error message:
file or directory 'project/sample/src/debug/java', not found
setting build variant of sample module release produces similar message:
file or directory 'project/sample/src/release/java', not found
i'm puzzled. expect source path src/main/java.
what going on here?
the original author of project made update , builds fine gradle command line.
Comments
Post a Comment