How to change git repository using android studio

We can change the repository url. Just follow the steps. In Android Studio Arctic Fox | 2020.3.1 Right click on project folder From menu Choose “Git” Then chosse “Manage Remotes…” Now, select the existing “origin” and click on edit Enter your new URL and click OK For Android Studio Older versions Right click on project … Read more

Android Studio 0.8.1 – how to use Facebook SDK?

Using Facebook SDK 3.23 in Android Studio 1.1 preview 2 Two choices : *Maven Repository for the Facebook SDK. dependencies { compile ‘com.facebook.android:facebook-android-sdk:4.7.0’ } check for the latest version facebook sdk OR *Follow the steps below: 1.Download facebook sdk https://developers.facebook.com/docs/android/ 2.Unzip the archive facebook-android-sdk-3.23.0 3.File menu->Import Module 4.Chose “facebook” folder inside the unzipped archive. 5.Go … Read more