You should see my posts about Customizing the SDK as I cover that subject :)
In fact maybe it should be covered somewhere ..would make nice ebook chapter on android programming Fred Grott http://mobielbytes.wordpress.com On Jul 26, 5:04 am, skink <[email protected]> wrote: > On Jul 26, 12:50 am, Mark Murphy <[email protected]> wrote: > > > > > I did once, but it was my own dumb fault. I got tripped up in Java > > generics, and was redefining String to be the symbolic name of a generic > > type, so all my references to what should have been java.lang.String > > were failing if I didn't fully qualify them. Fixing the generics cleared > > up the issue. > > > Overall, I've had annoyances with the Ant scripts starting with 1.5, > > where I have to nuke the gen/ and bin/ directories from time to time, > > mostly when I add new resources. You might try that and see if it helps. > > > -- > > Mark Murphy (a Commons > > Guy)http://commonsware.com|http://twitter.com/commonsguy > > > Need help for your Android OSS project?http://wiki.andmob.org/hado > > thanks Mark for your reply > > in my case the problem is not related to generics > > i tried to simplify my Foo class by removing step by step stuff in it > and it turned out that i had inner class inside Foo that coused > problems. after putting that inner class outside everything works ok > > and yes ant support in android is quite far from perfect > > thanks > pskink --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

