gpt4 book ai didi

css - Nativescript 在错误的地方寻找 Nativescript-theme-core?

转载 作者:太空宇宙 更新时间:2023-11-04 09:23:22 25 4
gpt4 key购买 nike

我正忙于开发一个非常简单的条形码扫描器应用程序,在将应用程序部署到 genymotion 模拟器后出现了一个奇怪的错误……它似乎在错误的地方寻找核心主题?知道为什么会发生这种情况以及如何尝试修复它吗?

我的错误:

JS: ns-renderer: ERROR BOOTSTRAPPING ANGULAR
JS: ns-renderer: File /data/data/org.nativescript.barcodescanner/files/app/nativescript-theme-core/css/core.dark.css does not exist. Resolved from: nativescript-theme-core/css/core.dark.css.
JS:
JS: Error: File /data/data/org.nativescript.barcodescanner/files/app/nativescript-theme-core/css/core.dark.css does not exist. Resolved from: nativescript-theme-core/css/core.dark.css.
JS: at FileSystemResourceLoader.get (/data/data/org.nativescript.barcodescanner/files/app/tns_modules/nativescript-angular/resource-loader.js:22:19)
JS: at DirectiveNormalizer._fetch (/data/data/org.nativescript.barcodescanner/files/app/tns_modules/@angular/compiler/bundles/compiler.umd.js:13661:45)
JS: at /data/data/org.nativescript.barcodescanner/files/app/tns_modules/@angular/compiler/bundles/compiler.umd.js:13761:55
JS: at Array.map (native)
JS: at DirectiveNormalizer._loadMissingExternalStylesheets (/data/data/org.nativescript.barcodescanner/files/app/tns_modules/@angular/compiler/bundles/compiler.umd.js:13761:16)
JS: at /data/data/org.nativescript.barcodescanner/files/app/tns_modules/@angular/compiler/bundles/compiler.umd.js:13764:28
JS: at ZoneDelegate.invoke (/data/data/org.nativescript.barcodescanner/files/app/tns_modules/nativescript-angular/zone.js/dist/zone-nativescript.js:190:28)
JS: at Zone.run (/data/data/org.nativescript.barcodescanner/files/app/tns_modules/nativescript-angular/zone.js/dist/zone-nativescript.js:83:43)
JS: at /data/data/org.nativescript.barcodescanner/files/app/tns_modules/nativescript-angular/zone.js/dist/zone-nativescript.js:449:57
JS: at ZoneDelegate.invokeTask (/data/data/org.nativescript.barcodescanner/files/app/tns_modules/nativescript-angular/zone.js/dist/zone-nativescript.js:223:37)

my app.css:

@import 'nativescript-theme-core/css/core.dark.css';

and in my app.component.css:

styleUrls: ['./app.css']

最佳答案

在你的app.css你应该有

@import 'nativescript-theme-core/css/core.dark.css';

并在您的 app.component.ts 中删除对 app.css 的显式调用。它不是必需的,因为默认情况下,app.css 中的样式将在您的应用程序中全局可见。参见 this comment了解详情。

关于css - Nativescript 在错误的地方寻找 Nativescript-theme-core?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41347888/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com