First Here\'s my Java Build Path in Eclipse:
These four jars \'common.jar,core
You can do this automatically, just like in Eclipse:
File
> Project structure...
> (select app in Modules)
> (go to Dependencies tab)
> reposition with arrows on the right
Another way is to edit the [AppName].iml file in the folder your application is in. What you want to change are the tags at the end of the file. However, Android Studio will rearrange those each time you clean or re-open the project.