Skip to content

Commit a8a0029

Browse files
committed
Adding notes about using Android Studio IDE
1 parent d3cbf48 commit a8a0029

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

readme.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ WordPress Mobile Developer Handbook: <http://make.wordpress.org/mobile/handbook/
1717

1818
## Build Instructions ##
1919

20+
### Android Studio ###
21+
22+
This project now supports the Android Studio IDE. To get started import the
23+
project as a Gradle project.
24+
25+
All dependencies should be installed automatically.
26+
27+
### Eclipse ###
28+
2029
The full build instructions (including instructions for using Eclipse) can be
2130
found on the [Tutorials &amp; Guides][] page of the mobile developer handbook.
2231
Instructions for building on the command line with ant can be found below.
@@ -49,5 +58,4 @@ Line][command-line].
4958

5059
## Run Unittests ##
5160

52-
cd tests
53-
ant debug && ant installd && ant test
61+
$ ./gradlew cIT

0 commit comments

Comments
 (0)