Assume that I have no idea what I'm doing. I'm trying to include a java library that I created in Eclipse with no relation to Android in my Android application so that I can use the classes in said library. I tried creating a folder called "libs" and including ":app:libs" as a dependency in my Project Structure screen under Modules->app->Dependencies. When I try to build, it gives me the message "Error:A problem occurred configuring project ':app'.
Cannot evaluate module libs : Configuration with name 'default' not found." I looked around and saw that the problem appears to be that I haven't set up a default build configuration for libs. What I can't figure out is how to do this. How do I set up a default build configuration for the module libs?