Hi
- Can any body let me know what is the difference between SAP KAPSEL and Hybrid App Toolkit add-on?
- Is there any relation between these two kits?
- Which one to use when?
- what is advantage of using of Hybrid App Toolkit add-on and Kapsel (will it be used only when i Use Web IDE or i can use these two tools while using Eclipse also)?
I was trying t implement following Midhun's blog. Develop Hybrid App with Camera using SAP Web IDE
http://scn.sap.com/community/mobile/blog/2014/12/16/develop-hybrid-app-with-camera-using-sap-web-ide
I have installed following version as per the blog.But the versions are not similar as per blog
- Java Development Kit (JDK 1.7)
- Apache Ant (apache-ant-1.9.6)
- Android SDK - Set system environment variable ANDROID_HOME to the location SDK. Add Android tools (C:\adt-bundle-windows-x86_64-20140702\sdk\tools) and platform-tools to your path.
- Node.js (version 12.7)
- Cordova - Recommended ( 5.2 version installed)
- Git ( installed)
- I download trail version and installing the Hybrid App Toolkit Add-on(C:\SAP_HAT_local-1.7.2)
I am getting the following error.. Any idea what ould be the issue. i was following sap doc to install the Hybrid App Toolkit add-on http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50cbb459-b45d-3210-dabe-e56b38d595eb?QuickLink=index&overridelayout=true&60314225743098
C:\SAP_HAT_local-1.7.2>run.cmd C:\SAP_HAT_local-1.7.2>node server.js module.js:338 throw err; ^ Error: Cannot find module 'stream-splitter' at Function.Module._resolveFilename (module.js:336:15) at Function.Module._load (module.js:278:25) at Module.require (module.js:365:17) at require (module.js:384:17) at Object. (C:\SAP_HAT_local-1.7.2\server.js:14:19) at Module._compile (module.js:460:26) at Object.Module._extensions..js (module.js:478:10) at Module.load (module.js:355:32) at Function.Module._load (module.js:310:12) at Function.Module.runMain (module.js:501:10) C:\SAP_HAT_local-1.7.2>
Thanks