Android studio has option to manage dependencies. Follow path.
- Click on File, then select Project Structure
- Choose Modules "app"
- Click "Dependencies" tab
- Click on the + sign, choose Library Dependencies
- Select support-v4 or other libraries as needed and click OK
FYI check link stackoverflow.com/a/33414287/1280397