Skip to content
This repository was archived by the owner on Mar 1, 2022. It is now read-only.

Commit 8dea6ee

Browse files
author
Darryn Campbell
committed
Loading EMDK dynamically through provided files
1 parent 82e9a4b commit 8dea6ee

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

plugin.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,13 @@
2222
</config-file>
2323

2424
<!--framework src="src/android/com.symbol.emdk.jar" custom="true" /-->
25+
<framework src="src/android/extras.gradle" custom="true" type="gradleReference" />
2526

2627
<source-file src="src/android/EMDKProxy.java" target-dir="src/com/symbol/enterprisebarcode" />
2728
<source-file src="src/android/EMDKScannerInterface.java" target-dir="src/com/symbol/enterprisebarcode" />
2829
<source-file src="src/android/EnterpriseBarcode.java" target-dir="src/com/symbol/enterprisebarcode" />
2930
<source-file src="src/android/ScannerConfiguration.java" target-dir="src/com/symbol/enterprisebarcode" />
3031
<source-file src="src/android/com.symbol.emdk.jar" target-dir="lib" />
31-
<info>
32-
Please ensure you have EMDK for Android 3.0 installed
33-
Please set your project properties to include the following:
34-
target='Symbol Technologies, Inc.:EMDK 3.0 (API 19):19'
35-
</info>
3632
</platform>
3733

3834
</plugin>

src/android/extras.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
dependencies {
2+
provided files('lib/com.symbol.emdk.jar')
3+
}

0 commit comments

Comments
 (0)