I developed an Ionic app for android and ios, but now i need to use the same app code for smart tv, to generate one apk compatible with android phone, tablet and tv.
Samsung gives an SDK with eclipse and emulator but after import the android project it return a lot of errors all in angular files
Syntax error on token "finally", Identifier expected ng-cordova.js
The left-hand side of an assignment must be a variable ng-cordova.js
The left-hand side of an assignment must be a variable angular.min.js
The left-hand side of an assignment must be a variable angular.js
Duplicate case angular-ui-router.min.js
Syntax error on token "finally", Identifier expected angular.js
Syntax error on token "finally", Identifier expected ng-cordova.js
The left-hand side of an assignment must be a variable angular.js
Duplicate case angular-ui-router.min.js
The left-hand side of an assignment must be a variable ionic.bundle.min.js
The left-hand side of an assignment must be a variable angular.min.js
Duplicate case angular-ui-router.min.js
Can I use the same project to build an android tv/samsung smart tv app?
Thank you in advance.