android studio导入jar包的方法:
1.将jar包放到module的libs目录下
2.在所导入的jar包上右键,选择“Add as library”.
其中,第二点跟eclipse不同,eclipse不需要这样。