We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4679cb commit da930dfCopy full SHA for da930df
README.md
@@ -14,7 +14,10 @@ To access the serial number and IMEI file on Zebra Android devices running Andro
14
```
15
16
Then add the uses-library element to your application
17
-
+```xml
18
+ <uses-library android:name="com.symbol.emdk" />
19
+```
20
+Sample AdroidManifest.xml:
21
```xml
22
<application
23
android:allowBackup="true"
@@ -35,6 +38,11 @@ Then add the uses-library element to your application
35
38
36
39
37
40
Finally, add EMDK dependency to your application build.graddle file:
41
+```text
42
+ compileOnly 'com.symbol:emdk:+'
43
44
+
45
+Sample build.graddle:
46
```text
47
dependencies {
48
implementation fileTree(dir: 'libs', include: ['*.jar'])
0 commit comments