Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 457 Bytes

Add_External_library_project_to_android_studio.md

File metadata and controls

13 lines (7 loc) · 457 Bytes

Add External library project to android studio

  1. Go to file->new->Import Module ->

  2. add library to include section in settings.gradle file

     	(you see library folder is shown now)
    
  3. Go to File->Project Structure->app->dependency tab-> click on plus button

    3.1 select module dependency -> select library (your library name should appear there) and put scope (compile or implimentation)