Importing Facebook library in Android Studio: Could not find property 'ANDROID_BUILD_SDK_VERSION'

前端 未结 5 1648
醉梦人生
醉梦人生 2020-12-03 00:18

I want to import a library project into my app but whenever I try to do so , Android Studio doesn\'t recognise it

It also gives me errors in build.gradle ..

Th

5条回答
  •  北海茫月
    2020-12-03 00:52

    Go the facebook folder which you have imported in your project. Copy the gradle.properties file and paste in into your facebook module.It will remove the errors.

提交回复
热议问题