Here’s the skivvy on the review. Since, I made the commitment to read this Droid book, I’m going to provide review notes for each hour of the book immediately after I complete that section of the book. In theory you’ll see 24 separate posts over the next few days containing my personal notes on my experience with the book.
Hour 5 Review Notes
Hour 5 is “Configuring the Android Manifest File” Does programming euphoria start in this hour?
If the ADT plug-in creates most of the important configuration settings, why would you ever use anything else??
Not euphoria, but configuration memorization begins in the AndroidManifest.xml file.

Setting the min version of SDK <uses-sdk android:minSdkVersion="10" />
And you have to set the Debuggable attribute to true, but don’t forget to set to false when going to production!
Got bogged down on the first example… had two activities in the Application Nodes of the manifest file.
Made it past the permissions issues… http://developer.android.com/reference/android/Manifest.permission.html
Hour 5 done, but it took about 1 hour 25 min… mostly my own misdirections… including a @shanselman conversation on twitter.