Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. [12:06:45] typescript: C:/xampp/htdocs/AppFineMobile/src/pages/send-document/send-document.ts, line: 58
  2. Cannot find name 'FilePath'.
  3.  
  4. L57: if (this.platform.is('android') && sourceType === Camera.PictureSourceType.PHOTOLIBRARY) {
  5. L58: FilePath.resolveNativePath(imagePath)
  6. L59: .then(filePath => {
  7.  
  8. [12:06:45] build finished in 4.21 s
  9.  
  10. ionic plugin add cordova-plugin-camera
  11. ionic plugin add cordova-plugin-file
  12. ionic plugin add cordova-plugin-file-transfer
  13. ionic plugin add cordova-plugin-filepath
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement