Skip to content

Commit

Permalink
Update readme again, identify other ASL
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyley committed Feb 27, 2012
1 parent fdf7c80 commit 2a21ca3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Android Screenshot library

A library intended to provide on-demand screenshots during Android integration tests.
**On-demand screenshots during Android integration tests**

This framework uses ddmlib to capture screenshots from your device, and addresses some issues around
taking screenshots with ddmlib:
Expand Down Expand Up @@ -50,3 +50,12 @@ effect - you're just writing log messages - but no screenshots will be taken.
The [android-maven plugin](http://code.google.com/p/maven-android-plugin/) will include
support for `android-screenshot-lib` as of [v3.1.2](http://code.google.com/p/maven-android-plugin/wiki/Changelog#Android_Maven_Plugin_3.1.2),
capturing screenshots during the integration-tests step. _([pull-request 104](https://github.com/jayway/maven-android-plugin/pull/104))_

## Not to be confused with...

[android-screenshot-library](http://code.google.com/p/android-screenshot-library/wiki/Usage) hosted on Google Code.
Despite the names being very similar (apologies for that) this is a different library that takes a different
non-ddmlib-based approach. It requires [slightly more intrusive changes](http://code.google.com/p/android-screenshot-library/wiki/DeveloperGuide)
to your app.


0 comments on commit 2a21ca3

Please sign in to comment.