Adding Library Source into Android Studio

后端 未结 4 1017
挽巷
挽巷 2021-01-03 06:55

I am sorry for asking this newbie question.

I am trying to use this library in my project: https://github.com/gfranks/GFMinimalNotifications

I would like to im

4条回答
  •  滥情空心
    2021-01-03 07:57

    Simple step

    1. Download full project from git and extract.
    2. In android studio File -> New -> Import Module -> Browse directory you extract project.
    3. Resync Gradle.

提交回复
热议问题