How do I add a library project to Android Studio?

前端 未结 30 4938
梦谈多话
梦谈多话 2020-11-21 04:24

How do I add a library project (such as Sherlock ABS) to Android Studio?

(Not to the old ADT Eclipse-based bundle, but to the new Android Studio.)

30条回答
  •  长情又很酷
    2020-11-21 05:11

    1. Press F4 to show Project Structure, click libraries or Global libraries, and click + to add the JAR file.
    2. Click Modules what you want add jar, select the Dependencies tab, click +, and add Library.

提交回复
热议问题