I can't figure out how to add Downloader Library and Licensing Library to Android Studio

前端 未结 4 1051
庸人自扰
庸人自扰 2021-02-05 13:56

I\'m trying to use Google\'s Downloader Library and Application Licensing Service since my app is going to use APK Expansion. But the problem is I don\'t know how to add those 2

4条回答
  •  故里飘歌
    2021-02-05 14:37

    When I tried to import library, I met same issue, and I could resolve by adding 'include ':library-directory-name'

    1. copy your library directory into your project
    2. add "include ':library-directory-name'" in settings.gradle file same as include ':app'

提交回复
热议问题