manojdcoder / nativescript-canvas-interface-demo

A demo app showing cross platform image manipulation using nativescript-canvas-interface plugin
0 stars 0 forks source link

Failure on Android #1

Open DarrellBrogdon opened 5 years ago

DarrellBrogdon commented 5 years ago

This is what I get when I try to run on Android Pie using a Pixel 2 emulator:

`> tns run android Skipping node_modules folder! Use the syncAllFiles option to sync files from this folder. Searching for devices... Executing before-watch hook from /Users/dbrogdon/Documents/Development/NativeScriptCanvasInterfaceDemo/hooks/before-watch/nativescript-dev-typescript.js Found peer TypeScript 1.8.10 Executing before-prepare hook from /Users/dbrogdon/Documents/Development/NativeScriptCanvasInterfaceDemo/hooks/before-prepare/nativescript-dev-typescript.js Preparing project... No manifest found in /Users/dbrogdon/Documents/Development/NativeScriptCanvasInterfaceDemo/app/App_Resources/Android/AndroidManifest.xml node_modules/tns-core-modules/module.d.ts(43,9): error TS1131: Property or signature expected. node_modules/tns-core-modules/module.d.ts(43,18): error TS1005: ';' expected. node_modules/tns-core-modules/module.d.ts(44,24): error TS1005: ',' expected. node_modules/tns-core-modules/module.d.ts(44,33): error TS1005: ';' expected. node_modules/tns-core-modules/module.d.ts(45,26): error TS1005: ',' expected. node_modules/tns-core-modules/module.d.ts(45,35): error TS1005: ';' expected. node_modules/tns-core-modules/module.d.ts(46,34): error TS1005: ',' expected. node_modules/tns-core-modules/module.d.ts(46,52): error TS1005: ',' expected. node_modules/tns-core-modules/module.d.ts(46,58): error TS1005: ';' expected. node_modules/tns-core-modules/module.d.ts(46,64): error TS1109: Expression expected. node_modules/tns-core-modules/module.d.ts(47,31): error TS1005: ',' expected. node_modules/tns-core-modules/module.d.ts(47,42): error TS1005: ';' expected. node_modules/tns-core-modules/module.d.ts(48,17): error TS1109: Expression expected. node_modules/tns-core-modules/module.d.ts(49,26): error TS1005: ',' expected. node_modules/tns-core-modules/module.d.ts(49,40): error TS1109: Expression expected. node_modules/tns-core-modules/module.d.ts(49,70): error TS1109: Expression expected. node_modules/tns-core-modules/module.d.ts(49,76): error TS1005: ';' expected. node_modules/tns-core-modules/module.d.ts(50,28): error TS1005: ',' expected. node_modules/tns-core-modules/module.d.ts(50,42): error TS1109: Expression expected. node_modules/tns-core-modules/module.d.ts(50,72): error TS1109: Expression expected. node_modules/tns-core-modules/module.d.ts(50,78): error TS1005: ';' expected. node_modules/tns-core-modules/module.d.ts(51,18): error TS1109: Expression expected. node_modules/tns-core-modules/module.d.ts(52,21): error TS1109: Expression expected. node_modules/tns-core-modules/module.d.ts(54,33): error TS1109: Expression expected. node_modules/tns-core-modules/module.d.ts(55,37): error TS1109: Expression expected. node_modules/tns-core-modules/module.d.ts(56,62): error TS1109: Expression expected. node_modules/tns-core-modules/module.d.ts(57,21): error TS1109: Expression expected. node_modules/tns-core-modules/module.d.ts(58,27): error TS1109: Expression expected. node_modules/tns-core-modules/module.d.ts(60,1): error TS1128: Declaration or statement expected. 11:58:23 AM - Compilation complete. Watching for file changes. Successfully prepared plugin nativescript-canvas-interface for android. Successfully prepared plugin tns-core-modules for android. Successfully prepared plugin nativescript-webview-interface for android. Successfully prepared plugin tns-core-modules-widgets for android. Project successfully prepared (Android) Building project... Gradle build...