如何在本地脚本android中放置android类路径并应用插件依赖

时间:2018-09-26 06:44:43

标签: nativescript

我正在尝试在Nativescript中使用https://developers.google.com/ar/develop/java/sceneform/中的Google AR库。我知道需要将依赖项放在

  

app \ App_Resources \ Android app.gradle 文件。

但是很难放置

  

应用插件:'com.google.ar.sceneform.plugin'

当尝试使用命令 tns运行android

来构建应用时,这给出了错误

我还想添加 classpath依赖项

  

classpath'com.google.ar.sceneform:plugin:1.4.0'

现在的问题是将这种依赖性放在哪里。就像在android中一样,我们必须为项目级别分配一个文件,为模块级别分配第二个文件。但是使用nativescript,我们只有一个文件可以放置模块级别和项目级别的依赖项

感谢andvance。

0 个答案:

没有答案