You apparently have some sort of odd setup. No developer I know of roots their phone to develop for it. You need to give a bit more info. What Java IDE are you using, I hope Eclipse with the ADT plugin, the AVD with the various SDKs downloaded, etc? If so, just run your app from Eclipse directly into a running AVD.
Are you sure you know what you are doing? Did you make sure you put the right permissions in the manifest for your app.. for example if you need internet access, did you put that permission in the manifest? What do you mean can't do specific things that require root? Root on what? Inside the emulator? What is your app doing? Do yourself a favor and tonight, go spend $40 on Mark Murphy's books. Do a search here, you'll find his name and his site. Well worth it for 3 books that you'll get updates for the next year on. If that is too much, check out google for some android tutorials. The Android dev site has a ton of good info as well. 2010/1/26 "Andrés G. Aragoneses" <[email protected]> > El 27/01/10 03:35, "Andrés G. Aragoneses" wrote: > > ... Shouldn't you be able to start > > developing on an iPhone very easily and quickly? > > I meant Android here, sorry. > > Andres > > -- > > > > -- > You received this message because you are subscribed to the Google > Groups "Android Beginners" group. > > NEW! Try asking and tagging your question on Stack Overflow at > http://stackoverflow.com/questions/tagged/android > > To unsubscribe from this group, send email to > [email protected]<android-beginners%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-beginners?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android 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

