在我的NativeScript项目中,我在App_Resources / Android / src / main / res / values / colors.xml中定义了一种颜色:
<资源> … < color name =“notification”>#00546A< / color>< / …
试试这个
var app = require('tns-core-modules/application'); app.getNativeApplication().getResources().getIdentifier("color_name", "color", app.getNativeApplication().getPackageName());