ZebraDevs / LinkOS-Android-Samples

Java based sample code for developing on Android. The demos in this repository are stored on separate branches. To navigate to a demo, please click branches.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error: package com.zebra.sdk.comm does not exist

luisamilcarr opened this issue · comments

error: package com.zebra.sdk.comm does not exist

https://bintray.com/zebratechnologies/EMDKAndroid/com.symbol.emdk#
see last version and change on gradle:

`

implementation 'com.android.support:design:22.2.0'

implementation files('libs/commons-io-2.2.jar')

implementation files('libs/commons-net-3.1.jar')

implementation files('libs/commons-validator-1.4.0.jar')

implementation files('libs/httpcore-4.3.1.jar')

implementation files('libs/httpmime-4.3.2.jar')

implementation files('libs/jackson-annotations-2.2.3.jar')

implementation files('libs/jackson-core-2.2.3.jar')

implementation files('libs/jackson-databind-2.2.3.jar')

implementation files('libs/opencsv-2.2.jar')

implementation files('libs/snmp6_1.jar')

implementation files('libs/ZSDK_ANDROID_API.jar')

implementation 'com.symbol:emdk:7.4.24'

`

??
You got it?