我正在尝试将jar文件添加到现有应用中。当我尝试以下 我的build.gradle的绝对路径,它工作正常。
compile files('C:/Users/julia/AndroidStudioProjects/TestProject/libs/MyPo.jar')
但是,当我尝试将其更改为相对路径时,它不起作用。
compile files('libs/MyPo.jar'), I also tried
compile project('libs:MyPo.jar')
compile project(':libs:MyPo.jar')
使用相对路径将此jar文件添加到我的应用程序的正确方法是什么?感谢。
答案 0 :(得分:1)
将jar文件放在app-> lib文件夹中 在你的项目build.gradle中使用compile('libs / filename.jar') 然后同步你的项目 这将有效
答案 1 :(得分:0)
File
- > Project Structure
- > Dependencies
- >&#34 +#34; - > File dependency