Bacon2305
Bacon2305

Reputation: 311

How to modify config.xml when app is built with phonegap build

If I upload an app to PhoneGap and had it wrapped remotely, how and where do I access and modify the config.xml file? The PhoneGap api is vague and I would appreciate if someone can break the process down step-by-step

Upvotes: 0

Views: 133

Answers (1)

Neha Nathani
Neha Nathani

Reputation: 544

You can locate config.xml xml folder in the res directory in the app considering you are building the project for android.

Upvotes: 2

Related Questions