apply plugin: 'com.android.application' android { compileSdkVersion 23 buildToolsVersion '27.0.1' defaultConfig { minSdkVersion 18 targetSdkVersion 22 ndk { abiFilters 'armeabi-v7a', 'armeabi', 'x86' } } repositories { flatDir { dirs 'libs' } } dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') /* Kalay Module */ compile project(path: ':AVIOCTRLDEF', configuration: 'v3_1_5_11Release') compile(name: 'IOTCamera-vKalay_release', ext: 'aar')compile(name: 'libLocalRecorder-2.0.4', ext: 'aar') compile(name: 'libMediaConvert-2.0.3', ext: 'aar') compile(name: 'libSLC-1.0.8', ext: 'aar')}compile(name: 'KIDewarp', ext: 'aar')//鱼眼的aar,只支持'armeabi', 'x86'(没有鱼眼的可不加)
TUTK_Android PSC_build.gradle基本配置
最新推荐文章于 2024-07-26 13:32:21 发布
本文介绍了一个具体的Android应用构建配置示例,包括了编译SDK版本、构建工具版本、依赖库等详细设置。此外还展示了如何通过Gradle脚本引入特定版本的模块依赖。
1万+

被折叠的 条评论
为什么被折叠?



