Add instructions for studiow script in README.md

Test: Manually previewed in Android Studio markdown plugin
Change-Id: I623098466fc215cdc71793c5124834935ee98870
diff --git a/README.md b/README.md
index d824742..17f8fed 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,12 @@
 
 
 ## Using Android Studio
-Open `path/to/checkout/frameworks/support/` in Android Studio. Now you're ready edit, run, and test!
+To open the project with the specific version of Android Studio recommended for developing:
+
+    cd path/to/checkout/frameworks/support/
+    ./studiow
+
+and accept the license agreement when prompted. Now you're ready edit, run, and test!
 
 If you get “Unregistered VCS root detected” click “Add root” to enable git integration for Android Studio.