android-支持-23.d.ts 错误 TS2300:标识符重复

android-support-23.d.ts error TS2300: Duplicate identifier

我已按照此 guide 通过更改我的 references.d.ts:

访问 Android SDK 版本 23 api
/node_modules/tns-platform-declarations/android-23.d.ts

但现在 运行 我的应用出现多个 "TS2300: Duplicate identifier" 错误:

./src/node_modules/tns-platform-declarations/android/android-support-23.d.ts:31481:18 - error TS2300: Duplicate identifier 'ViewUtils'.

知道如何解决这个问题吗?

谢谢
索伦

删除所有 "node_modules"、"hooks" 和 "platforms" 文件夹修复了它。