I have searched Google for my curiosity, but I cannot get an answer.
In Eclipse, there is a menu for adding libraries (e.g. order and export). So, I can put the custom framework.jar before Android SDK(android.jar). Is there any way to do this in Android Studio development environment?
Just by adding .jar in libs folder, I can refer to classes which I added (not edited). But I can not refer to methods which I added in the already existing classes (for example, myMethod() in DevicePolicyManager).