Android Gradle adding external library and nested external libraries to a project

后端 未结 3 799
抹茶落季
抹茶落季 2021-02-02 16:18

How do i add an external library and nested external libraries to an android project?


My project structure (Not allowed to change)

  • A
3条回答
  •  走了就别回头了
    2021-02-02 17:19

    I'm doing this for relative paths:

    include '..:ambilWarna'
    include '..:excel'
    include '..:pdfjet'
    include '..:commons'
    include '..:volley'
    
    
    include  ':odb2'
    include  ':azure'
    
    include ':carBase'
    include ':fuelTrackerLib'
    include ':comsourcecastlelogbook'
    

提交回复
热议问题