

In order to connect your App project to Back4App’s server, you’ll need three primary information the server URL, the Application ID, and the Client Key. In this guide we will use following files in project :ĪndroidManifest.xml - We will set our Back4App credentials as and app permissions App.java ( App.kt for kotlin) - We will modify our initialization code in here MainActivity.java ( MainActivity.kt for kotlin) - Will contain our very first code for creating a Parse Object strings.xml - We will store and read Back4App setup credentails from here adle - We will set our Parse Android SDK version in here Please wait until gradle run is finished.You can see gradle console bottom tabs in Android Studio Step 2 - Get your App Keys Now you can see Gradle console bottom tabs in Android StudioĪndroid Studio will copy and open project for you Please wait until the finish of the Gradle Run process. Then Android Studio will copy and open the project for you. You can find repository links in the start of this sectionĪfter filling the URL and Directory fields, click on the Clone button.

You can find repository links at the start of this section. On Android Studio welcoming screen, choose ‘Get from Version Control’Īndroid Studio will ask you for the Git repository link and the desired project path. You can import the repository link directly to Android Studio. Step 1.3 - Import from GitHub(Optional Path) Now you can see Gradle console bottom tabs in Android Studio.

In the welcoming screen of Android Studio, choose ‘Open an Existing Project’ and select the project’s folder.Ĭhoose your downloaded and unzipped folder’s location and open it. Step 1.2 - Open the project on Android StudioĪfter downloading the files, unzip them.
