Android include external module from source

sapan
Include external module

including external module into the project

  • copy the module files from the git of where ever to the project source directory.
  • In setting.gradle for the project include the module with the path
include ':app', ':pix'  
project(':pix').projectDir = new File('PixImagePicker/pix')
  • In build.gradle add the project
implementation(project(':pix'))  
        {  
            exclude group: 'com.android.support:support-fragment'  
  exclude group: 'android.support.design.widget.CoordinatorLayout'  
  }

Post a Comment

1Comments
  1. All individuals, including employees, self-employed individuals, non-working spouses, and Overseas Filipino Workers (OFWs) up to the age of 60 who possess an existing SSS number, have to make SSS contributions to either initiate or maintain their coverage and sample computation of sss loan. Moreover, employers are mandated to contribute on behalf of their employees.

    ReplyDelete
Post a Comment

#buttons=(Accept !) #days=(20)

Our website uses cookies to enhance your experience. Learn More
Accept !