How do you reference an android application project class in a library project? -
i have application project , library project. difference between application projects constants source file , resources. when add resources application project pulled in @ compile time , replace lib project resources (normal behaviour). have package contains constants.java file in src folder of application project not replace constants.java in lib project @ compile time. library project contains number of files depend on constants file want alter constants file each application project. best practice handling situation?
Comments
Post a Comment