最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - Android Cordova : Cannot set property 'text' of null - Stack Overflow

programmeradmin6浏览0评论

When I try to use cordova prepare on my project, I got this following error :

(node:11384) UnhandledPromiseRejectionWarning: TypeError: Cannot set property 'text' of null at updateProjectAccordingTo (C:\Users\Utilisateur\Desktop\SELL-SIGN-Android-master\platforms\android\cordova\lib\prepare.js:174:51)

I have no clue how to solve it, and where this problem e from... If you have any idea, let me know. Thanks !

When I try to use cordova prepare on my project, I got this following error :

(node:11384) UnhandledPromiseRejectionWarning: TypeError: Cannot set property 'text' of null at updateProjectAccordingTo (C:\Users\Utilisateur\Desktop\SELL-SIGN-Android-master\platforms\android\cordova\lib\prepare.js:174:51)

I have no clue how to solve it, and where this problem e from... If you have any idea, let me know. Thanks !

Share Improve this question asked Jun 11, 2018 at 8:53 clstclst 1212 silver badges11 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 9

Fixed it by adding to \platforms\android\res\values\strings.xml this line : <string name="app_name">MyAppName</string> !

发布评论

评论列表(0)

  1. 暂无评论