I installed the platform definitions by adding \"tns-platform-declarations\": \"^2.5.2\"
However, when I use the definitions in tns-platform-declarations/andro
There's an experimental type definitions generating tool for the android sdk, and android support libraries used in the project. Do a build/run with the --androidTypings
flag to have d.ts' generated for you.
Those should contain the classes that you can't find in the platform-declarations, as they are generated against the versions used in your project.
tns build android --androidTypings