Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ WordPress Mobile Developer Handbook: <http://make.wordpress.org/mobile/handbook/

## Build Instructions ##

### Android Studio ###

This project now supports the Android Studio IDE. To get started import the
project as a Gradle project.

All dependencies should be installed automatically.

### Eclipse ###

The full build instructions (including instructions for using Eclipse) can be
found on the [Tutorials &amp; Guides][] page of the mobile developer handbook.
Instructions for building on the command line with ant can be found below.
Expand Down Expand Up @@ -49,5 +58,4 @@ Line][command-line].

## Run Unittests ##

cd tests
ant debug && ant installd && ant test
$ ./gradlew cIT
21 changes: 0 additions & 21 deletions tests/AndroidManifest.xml

This file was deleted.

18 changes: 0 additions & 18 deletions tests/ant.properties

This file was deleted.

2 changes: 1 addition & 1 deletion tests/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Run tests ##

$ ant debug && ant installd && ant test
$ ./gradlew cIT

## Dump a test database ##

Expand Down