2016-09-28 41 views
-1

我想将DonwloadProvider库添加到我的android studio项目中,但它没有任何编译依赖关系。
所以因此我搜索了这么多,但没有发现任何相关答案如何添加没有编译依赖android studio的libarary?

请人帮我这个对我来说是

+0

@TGMCians我在寻找编译依赖关系,但没有任何东西。 –

+0

@TGMCians因此搜索如何在没有编译的情况下添加libarary,但没有任何与此相关的内容 –

+1

请检查此链接https://github.com/MagicMicky/FreemiumLibrary/wiki/Import-the-library-in-Android-Studio –

回答

0

github下载的项目和项目文件夹下添加它很重要

执行以下步骤

1. Goto File -> New -> Import Module. 
2. Source Directory -> Browse the project path. 
3. Specify the Module Name – it is used for internal project reference. 
4. Let Android Studio build the project. 
Open build.gradle (Module:app) file. 

参考文献: How to add library projects

相关问题