-1

This is My Android Project

I want to import the custom package from the directory app to the directory sample .How to do it guys ???

Steven7
  • 47
  • 1
  • 8
  • see this http://stackoverflow.com/questions/18656023/androidstudio-module-dependencies-in-gradle – N J Mar 30 '16 at 11:30
  • Simply click on package name & press alt+shift+v, one dialog will be open and follow the further steps and move your package wherever you want. – Däñish Shärmà Mar 30 '16 at 11:56

1 Answers1

0

Try: Right click on package > Refactor > Move, then press OK and select destination.

It's a safe way to move package, all dependencies will be changed.

Matis11
  • 155
  • 2
  • 7