... | ... | @@ -9,7 +9,7 @@ Choose the appropriate installation guide for your build system before continuin |
|
|
|
|
|
After installation via Gradle/.AAR files or Eclipse/.JAR files, continue with the configuration of the SDK.
|
|
|
|
|
|
The B4S SDK requirs initialization of the library with the unique application ID (provided by Ezeeworld). It is strongly recommended to do so in the application object. If no `Application` is yet defined, add it in your `AndroidManifest.xml`, for example:
|
|
|
The B4S SDK require initialization of the library with the unique application ID (provided by Ezeeworld). It is strongly recommended to do so in the application object. If no `Application` is yet defined, add it in your `AndroidManifest.xml`, for example:
|
|
|
|
|
|
```xml
|
|
|
<application
|
... | ... | |