我正在尝试构建一个小型的nativescript应用程序,一旦它部署在我的genymotion设备上,我就会收到以下错误:所以好像找不到我的产品型号?我查了一下,据我所知,我到处都正确导入了产品型号。我错过了什么吗?知道我还能看到什么吗?
使用产品型号的两个控制器的导入:
/*from "/app/app.component.ts:*/ import { ProductModel } from './models/product.model';
/*from /app/pages/product/product.component.ts:*/ import { ProductModel } from '../../models/product.model';
我的错误:
java.lang.RuntimeException: Unable to create application com.tns.NativeScriptApplication: com.tns.NativeScriptException:
Error calling module function
Error calling module function
Error calling module function
Error: com.tns.NativeScriptException: Failed to find module: "./models/product.model", relative to: /app/models/
com.tns.Module.resolvePathHelper(Module.java:220)
com.tns.Module.resolvePath(Module.java:60)
com.tns.Runtime.runModule(Native Method)
com.tns.Runtime.runModule(Runtime.java:244)
com.tns.Runtime.run(Runtime.java:238)
com.tns.NativeScriptApplication.onCreate(NativeScriptApplication.java:17)
android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
android.app.ActivityThread.handleBindApplication(ActivityThread.java:4328)
android.app.ActivityThread.access$1500(ActivityThread.java:135)
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
android.os.Handler.dispatchMessage(Handler.java:102)
android.os.Lo