I am looking for emdk-7.6.10.jar file.
I have developed software for MC32N0 and it was using this file but now they have removed from MVN repository so I can not compile my app.
App does not work using any other JAR file. I tried.
It was using MVN Repository as follows:
<component name="libraryTable">
<library name="Gradle: com.symbol:emdk:7.6.10@jar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.symbol/emdk/7.6.10/c23b4fdc2d478b410c74ea5daade5362bcac89f/emdk-7.6.10.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
3 Replies
Hi there,
We no longer host the artifacts through MavenCentral - There's a guide on our TechDocs explaining this:
https://techdocs.zebra.com/emdk-for-android/13-0/guide/setup/#gradleupdates
You can rest assured that even if you're migrating to a newer version of the library the methods are retro-compatible so you should not experience major issues.
Regards,
Daniel
Hi Daniel,
Thank you for your reply. This MC32N0 scanner has got some issue. It does not work with later EMDK. I have tried it. It compiles but when you run app it does not work. If I run app on any other model(TC70, TC51 etc) it works but does not work on MC32N0. That is the reason I need above JAR file.
Hi,
We need proper logs so we can investigate it, please share those.
Thanks,
Daniel