I've been searching the web for half a day now but I just can't figure out how to create a new Android Library with Android Studio. I've tried doing things like this: How to create a library project in Android Studio and an application project that uses the library project But when I enter the New Module menu it just says "Nothing to show". I can't find out why or how to fix it. Is there a way to manually add a library? If so, how? I'm trying to add an import method to my app so users can import a preferably rar file or just a folder to be used in the app.
TL;DR: How can I add the option Android Library to my New Module menu inside Android Library?
EDIT: To clarify things; I've made a web app in which u can create your own click/touch-able interface. The projects u make with that app can be exported to a rar file which is basicly a webpage with html, css and javascript that runs the project. I can run that webpage in my android app just fine but I need other users to be able to import the files somehow. So I was thinking about using a file manager so users can import the files into the app. I'm working with this one a.t.m. https://code.google.com/p/afiledialog/ but it needs to be a library.