Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人知道如何更改 android supportVersion 项目属性以及 nativescript 项目的 android 构建工具版本吗?
打开<project-folder>/app/App_Resources/Android/app.gradle文件并添加以下代码段:
<project-folder>/app/App_Resources/Android/app.gradle
dependencies { compile "com.android.support:support-v4:26.1+" }
您可以根据自己的情况调整支持版本。