phonegap / build

This is the public repository for PhoneGap Build source and bug tracking
92 stars 33 forks source link

Why repleace app in android #101

Closed johnfelipe closed 11 years ago

johnfelipe commented 11 years ago

Hi, please tell me how repleace app in android galaxy s 2, only have 2 app installed, i download others app build on phonegap, download it and replease latest.

Tnks

wildabeast commented 11 years ago

Not really sure if its what you're asking, but if you use the same App ID in your config.xml, it should replace the previous version of the app.

johnfelipe commented 11 years ago

How create a new App ID, or its my creation?.

wildabeast commented 11 years ago

Have a look at this example: https://github.com/phonegap/phonegap-start/blob/master/www/config.xml

At the top you'll see this code: id = "com.phonegap.hello-world" Thats the app package id. If you change this, Android will consider it a new app, rather than replacing the old app.

Also, for future reference, our support forum is here: http://community.phonegap.com/nitobi. This tracker is primarily for bugs and feature requests. Thanks.