Currently I'm working on an app which is supposed to take screenshots from the device screen.
I read about Android Screenshot Library and it sounds very promising.
I want to start using it in my app. The problem is I'm having hard times embed it into my project.
I tried to import the project folder(asl-1.2) into my libs
directory inside the app
module.
I followed this post but it still doesn't help me.
The problem is the project is not linked with my app
module and therefore I can't use the classes that reside in the library.
Here is a screenshot of the project hierarchy:
https://i.gyazo.com/f496e790d5ab06fc4c785df77e0984bd.png
As you can see, the ScreenshotService.java
file is marked with the red icon with the letter 'J'