It updated the "local.properties" and "proguard.cfg" files but the error in "build.xml" still persist.
On 24 Nov., 21:34, Mark Murphy <[email protected]> wrote: > Run > > android update project -p . > > from the project directory. I haven't updated the repo for that > project since the new build tools, sorry. > > > > > > > > > > On Thu, Nov 24, 2011 at 3:06 PM, wyo <[email protected]> wrote: > > There's an error in the "build.xml" file at > > > <project name="ListViewDemo" default="help"> > > > "default target help does not exist in this project" > > > How do I correct this? > > > On 24 Nov., 20:06, Mark Murphy <[email protected]> wrote: > >> On Thu, Nov 24, 2011 at 1:52 PM, wyo <[email protected]> wrote: > >> > I've cleaned and rebuild my project twice without a change, still > >> > dark. I've deinstalled the app from the device and tried again, no > >> > change again. I've added the > > >> > android:theme="@android:style/Theme.Light" > > >> > to the application as well with no effect. So what now? > > >> Throwing android:theme="@android:style/Theme.Light" on the <activity> > >> in this project works just fine: > > >>https://github.com/commonsguy/cw-android/tree/master/Selection/List > > >> Download that project, add in the theme, and run it. If it works, then > >> the problem is something with your project. If it does not work, then > >> the problem is something with your device or emulator. > > >> -- > >> Mark Murphy (a Commons > >> Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy > > >> Android Training in NYC:http://marakana.com/training/android/ > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" 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-developers?hl=en > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy > > Android Training in NYC:http://marakana.com/training/android/ -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

