I have the current EMDK version and would like to install an older one to be used in my project.
Is there a way to downgrade the EMDK version that is installed on my Android Studio and to have an older version? If there is - can you instruct me on how to do that?
Install an older EMDK version in Android studio |
1 Replies
Hi, which version of the EMDK are you looking to downgrade to? Versions down to 6.9.16 are available via gradle and can be used by specifying the explicit version required in your app build.gradle: Package com.symbol.emdk - zebratechnologies
For versions of EMDK prior to 6.9 you should be able to follow the installation instructions for that version, for example EMDK 6.6 is detailed at EMDK For Android Setup - Zebra Technologies TechDocs (and optionally you can include EMDK 6.6 in your build.gradle as explained at EMDK for Android Programming Practices - Zebra Technologies TechDocs )