我有一个nativescript(3.0)应用程序,我正在mac(ElCapitan)上开发。我能够毫无问题地运行iOS模拟器,但我找不到为Android构建应用程序的方法。我收到以下错误:
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'MyApp'.
> Flavor 'nativescript-telerik-ui' has unknown dimension 'nativescript-telerik-ui'.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 2.004 secs
Command ./gradlew failed with exit code 1
我严格遵循nativescript文档,删除了android平台并重新添加,重新安装了Android SDK和工具,但没有任何成功。
此时我没有想法。任何帮助将不胜感激。
谢谢。
答案 0 :(得分:0)
tns plugin remove nativescript-telerik-ui
tns plugin add nativescript-telerik-ui
我是你有一个旧版本
答案 1 :(得分:0)
似乎您已经更改了“ AndroidManifest.xml”文件上的某些内容,但这是不正确的。请修复“ AndroidManifest.xml”文件。
如果没有,您可以尝试
tns platform remove android
tns platform add android
如果仅这两行不足以解决问题,则可以在Android Studio上运行android平台。
app / platforms / android
这是目录,您必须在Android Studio上打开。打开此选项后,Android Studio会向您建议您要做的事情。