On Sun, Apr 11, 2010 at 6:08 AM, ko5tik <[email protected]> wrote:
> It definitely varies - I use several boxes for development (my > older laptop retired to mother in law house ;) ) and I have to uninstall > apps compiled with debug keys before I can start them from other box. > I believe that the debug key is based on the relative path from your project to the folder where you installed the Android SDK. I used to have this same problem of having to uninstall my app when switching machines until I moved the SDK to within my project's root, such that the relative path from the project was the same on both machines. After that I no longer have to uninstall and reinstall when switching machines and the debug Maps API key generated for both is the same. ------------------------------------------------------------------------------------------------- TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking -- 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 To unsubscribe, reply using "remove me" as the subject.

