Question

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.

Was it helpful?

Solution

Updated my Android Studio today and guess what, it's fixed! So anyone who has this problem just update asap. Tried this on Mac and Windows and it now works on both.

PS: I'm on version 0.2.6 now (version of august 24). Guess I was one day too early with the question :P

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top