0

I have followed this guide to get access to Android SDK version 23 api's by changing my references.d.ts:

/node_modules/tns-platform-declarations/android-23.d.ts

But now I get multiple "TS2300: Duplicate identifier" errors when running my app:

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

Any idea how to fix this?

Thank you
Søren

Neigaard
  • 3,726
  • 9
  • 49
  • 85

1 Answers1

0

Deleting all "node_modules" and "hooks" and "platforms" folders fixed it.

Neigaard
  • 3,726
  • 9
  • 49
  • 85