I'm trying to build my first app. The build instructions in "Run the app from a command line <http://developer.android.com/training/basics/firstapp/running-app.html>" say to use "gradlew.bat assembleDebug". There is no "gradlew.bat" in the "MyFirstApp"project heirarchy. There are 444 instances of "gradlew.bat" in the SDK directory.structure for what looks like sample projects for Android-18 through Android-23. Nothing for Android-15 or "3" which I was hoping to use.
setup: I've setup the SDK and updated it. tools\android.bat update sdk --no-ui Added tools & platform-tools to WIndows PATH. Added env var JAVA_HOME=C:\Program Files\Java\jdk1.8.0_45 I installed the SDK Platform, Samples and Google APIs for 4.0.3 (API 15) but none of the system images. I thought I could debug using my Samsung ISGH-927 running ICS 4.0.3. I created the project as per "Create a Project with Command Line Tools <http://developer.android.com/training/basics/firstapp/creating-project.html#CommandLine> ": android create project --target 3 --name MyFirstApp \ --path C:/Users/me/Documents/Source/Android/projects/MyFirstApp \ --activity MyActivity --package com.example.myfirstapp -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/d261184b-7957-40d1-bf90-432a1438a76f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

