Thanks. I'm thinking of a scenario where I have a beta and an production version of an app on the same device. It seems to me that it will cause problems, especially if they're both using the same directory for things like files, databases, etc. I might give that a try. Or just run out and get a Galaxy Nexus as my "production environment" and my N1 as my "development environment" :)
On Fri, Feb 3, 2012 at 10:34, Jonathan Pryor <[email protected]> wrote: > On Feb 3, 2012, at 12:23 PM, Tom Opgenorth wrote: >> Perhaps more of a general Android question than a M4A one, but I was >> wondering if it's possible to have side-by-side installs of an app on >> the same device? I'm thinking it isn't , but figured it couldn't hurt >> (much) to ask. > > Once upon a time, I added explicit support for this through `mandroid > --package=PACKAGE`, which would override the /manifest/@package within > AndroidManifest.xml. The intent was to allow side-by-side installation of > applications, just as you're asking. > > However, I wrote that support ages ago, and it hasn't been part of any > explicit tests, so it may well have bitrotten in the meantime. > > To try it, add a <MandroidExtraArgs/> option to your .csproj, or use MSBuild: > > msbuild Project.csproj /p:MandroidExtraArgs=--package=my.new.package > > If it works, wonderful; if it doesn't work, sorry. > > - Jon > > _______________________________________________ > Monodroid mailing list > [email protected] > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid -- http://www.opgenorth.net _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
