欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

androidstudio 添加module

程序员文章站 2023-12-29 09:54:10
...

1.选择import module

androidstudio 添加module

2.选择路径

androidstudio 添加module

3.右击项目名

androidstudio 添加module

选择如下:

androidstudio 添加module

androidstudio 添加module

在project.gridle添加如下代码(方便版本管理):

    ext {
        // Sdk and tools
        minSdkVersion = 15
        targetSdkVersion = 29
        compileSdkVersion = 29
        buildToolsVersion = '29.0.2'

        // App dependencies
//    supportLibraryVersion = '27.0.2'
    }

androidstudio 添加module

上一篇:

下一篇: