Run: android update project -p .
from the directory containing AndroidManifest.xml -- this will generate default.properties for you. Most likely, it'll complain about not having a target, which means you'll need to also add the -t switch with an appropriate build target API level. On Fri, Apr 22, 2011 at 9:43 PM, J Handal <[email protected]> wrote: > Hi All, > > http://apps-for-android.googlecode.com/svn is not building. > > file default.properties are not found, I tried all the tricks > checkout,import,clean,build,import jars,libraries,build path,etc. > > Other repositories built fine > like http://myandroidwidgets.googlecode.com/svn > > > > > > > -- > 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/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android 3.0 Programming Books: http://commonsware.com/books -- 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

