I have 2 libraries:
- chilkat-9.5.0-android-all
- simple-file-chooser-master
I have copied both into libs folder and used it as libs. When I try to import these libs into my java class I got red markup on their names. It means that android studio can't find thees libs. Anyway i had add file chooser as project to my main application. But when I 'Run' my app firstly I've got compiled file chooser not my main app.
So my main question is how to add .zip or .jar files as LIBRARIES not as project or module.
I will share these libraries download links:
I know that this is not programming question but still useful for many people who started to use android studio after eclipse.