Android Studio 1.0.1 add external libraries

后端 未结 2 903
谎友^
谎友^ 2021-01-02 02:18

I have just downloaded Android Studio 1.0.1 and this is the new project structure

\"enter

2条回答
  •  暖寄归人
    2021-01-02 03:02

    First you have to add library project (module) in Android Studio

    File -> Import Module
    

    To add library project (module) in build path, click

    File -> Project Structure
    

    On the left hand side click on

    app -> Dependencies tab -> green + button -> Module dependency
    

    Now select the library project you already added.

    For more details refer this link

提交回复
热议问题