N
N
nSnayp2014-10-19 22:11:43
Android
nSnayp, 2014-10-19 22:11:43

How to change PhoneGap project name?

Friends, tell me how to change the name of the application in fongap?
What would be on the desktop under the icon was not "lesson1 of phonegap", but my name?
Thanks))

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
sSmok, 2014-10-20
@sSmok

The root directory contains a config.xml configuration file, such as appName/config.xml.
Change the value of the name tag:

<?xml version='1.0' encoding='utf-8'?>
<widget id="com.my.name" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
    <name>Name</name>
    <description>
        A sample Apache Cordova application that responds to the deviceready event.
    </description>
    <author email="[email protected]" href="http://cordova.io">
        Apache Cordova Team
    </author>
    <content src="index.html" />
    <access origin="*" />
</widget>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question