Search code examples
cordovaphonegap-pluginscordova-2.0.0

Cordova.plist not found


I just "inherited" a PhoneGap 2.0.0 project, and I am trying to add a plugin.

The problem is that I don't have a cordova.plist nor a phonegap.plist nor a *.plist file

Anyone knows how is that possible ?

The project runs both in iPhone and Android and we use PhoneGap Build

Thank you all !!


Solution

  • You use PhoneGap Build so all those platform-specific files are added for you by PhoneGap Build.

    What plugin are you trying to add? I think PG Build currently only has support for the ChildBrowser plugin. If you want to use any other plugin you will need to set up the development environment for each platform and create the application packages yourself.