[android-developers] Problems to access to Android Screenshot Library from an IntentService

2015-03-12 Thread Jonathan Chacón Barbero
Hello, I am still developing an App to take screenshots from a service in background. I decided to install Android Screenshot library from ADB. But now the problem is this: When I try to connect to Android Screenshot library (AsL) from an IntentService using this code I get a null pointer

Re: [android-developers] Re: How to take a screenshot from a background service?

2015-03-12 Thread Jonathan Chacón Barbero
Thank you. I'll check it El 11/3/2015, a las 16:25, Diego Torres Milano dtmil...@gmail.com escribió: If you can do it from a computer with AndroidViewClient/culebra (https://github.com/dtmilano/AndroidViewClient https://github.com/dtmilano/AndroidViewClient) installed, `culebra` could