File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff 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+
2029The full build instructions (including instructions for using Eclipse) can be
2130found on the [ Tutorials & ; Guides] [ ] page of the mobile developer handbook.
2231Instructions 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
You can’t perform that action at this time.
0 commit comments