我在Confing.xml中更改了名称,删除了android平台并再次添加了android平台,但应用程序名称仍然没有改变。
所以,请告诉我撤销此问题的可能解决方案。
String.xml
<?xml version='1.0' encoding='utf-8'?>
<resources>
<string name="app_name">Demo.app</string>
<string name="launcher_name">@string/app_name</string>
<string name="activity_name">@string/launcher_name</string>
</resources>
的Config.xml
<widget id="com.demo.app" version="4.2.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Demo.app</name>
<description>It's a Business Process Management(BPM) app.</description>