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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -