Hope it's not off-topic asking questions about a specific learning resource in 
this forum...
 
Book is the Commonsware book "Android Programming Tutorials" by Mark Murphy.
 
After skimming the "Beginner's" book, I'm starting to setup the Android Build 
environment first on a Windows machine for the Tutorials book...
 
My question is that although the book promises support for "Android 1.5 and 
beyond" some steps in both the "Beginning" book and the Tutorials seem to be 
very specific to Android 1.1
 
For example, the initial step to setup the first tutorial's files is supposed 
to be accomplished by executing the following from a command line
 

android create project --target 2 --path ./FirstApp --activity FirstApp 
--package apt.tutorial
 
 
No executable "android" is installed anywhere I can find, and if it's referring 
to "android.bat" that's located in the Android 1.1 subfolder of the android 1.5 
SDK where no PATH variable exists (documentation recommends adding the path to 
the "tools" directory which one assumes should be the android 1.5r2 folder).
 
So... Stumped! I can likely figure out a way to make things work one way or 
another but I'm concerned that not building the Build Environment correctly 
will only make later tutorials more difficult to setup. Maybe I'm missing 
something?
 
TIA,
Tony
 
 
 
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to