2. Configuration Settings
Last updated
Was this helpful?
Last updated
Was this helpful?
Before setting build.gradle, please download the ARGear SDK library from . You will first need to create an account from the website. The ARGear SDK library (argear.aar) can be found in “Download Free SDK” menu. Once downloaded, place the downloaded ARGear library under the libs directory as shown below.
In order to use ARGear, please note that Android SDK Platform version 6.0 (API level 23) or above should be set. Also, the Application ID must match the Application ID configured in the target ARGear Console project. The build.gradle of your application should be set as shown below.
The ARGear library requires several permissions for user privacy issues, which includes camera, internet, read and write external storage, and audio. Except audio recording permission, the other permissions are required to be enabled. Depending on your needs, you can selectively allow audio recording permission.
To enable those accessibilities, you should set AndroidManifest.xml as below.
Below is sample code of an ARGear Sample App.
In order to use ARGear, you need to set the API URL and API Key in your application and the package name should be same as Application ID. To do so, first, you need to create a project in ARGear Console (). Then, you can check the corresponding API URL and Key from Project Overview > Information.