Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
vishnu karthik committed Dec 9, 2013
1 parent 3cb7751 commit df796be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -14,6 +14,8 @@ Getting started
* Calabash-android-java depends on Jruby,log4j and Zip4j. You need to add those jars also into the classpath. Download the JAR file and add all the JAR files to the class path.
* If you have an existing apk, point to it in the AndroidRunner, see example below on how to write tests.

Note: AndroidRunner starts the emulator if the device name is specified in the configuration, but it is not very stable. So it is advised that the emulator is manually started and serial(e.g emulator-5554) is set in the configuration.

```java
import com.thoughtworks.twist.calabash.android.AndroidConfiguration;
import com.thoughtworks.twist.calabash.android.AndroidRunner;

0 comments on commit df796be

Please sign in to comment.