How to import a .aar file into Android Studio 1.1.0 and use it in my code

前端 未结 4 555
深忆病人
深忆病人 2020-11-30 04:31

I have read a lot answers related to this topic, but none of them have worked to solve my problem, so need help with this:

I need to import a .aar file into a projec

4条回答
  •  猫巷女王i
    2020-11-30 05:01

    Use the gradle dependency

    compile 'com.facebook.android:facebook-android-sdk:4.8.0'
    

提交回复
热议问题