EMDK APIs are now ready to use.
Notes:
- A plus sign ("+") can be substituted for a major or minor version number in the dependencies section. For example, declaring
com.symbol:emdk:7.6+
uses SDK versions 7.6 and newer. - See the full list of EMDK versions.
- The Java version used to compile a project is based on the
compileSdkVersion
selected for the project. Different versions of Android support different versions of Java. If necessary, the default Java version can be overridden. Learn more.
Uninstall EMDK
Windows
- Close Android Studio, if open.
- From Windows -> All Programs -> EMDK for Android [vX.X], select "Uninstall."
- Follow prompts to complete the uninstallation.
Mac OS
Note: This process references folders that are hidden by default. To unhide, see section below.
In the Mac OS Finder:
- Remove SDK add-ons:
- Navigate to the
/Users/[userName]/Library/Android/sdk/add-ons
directory. - Remove all
addon-symbol_emdk-symbol-XX
folders, if present.
- Navigate to the
- Remove Wizard Core:
- Navigate to the
/Users/Shared
directory. - Remove the "EMDK for Android" folder, if present.
- Navigate to the
- Remove Wizard plug-in:
- Open Applications folder.
- Locate and right-click Android Studio app.
- Select "Show Package Contents" from the menu.
- Navigate to
Contents
->plugins
directory. - Remove
com.symbol.emdk.wizard.intellijIdea
folder, if present.
To unhide Mac OS folders:
Open Terminal app (in Finder -> Applications -> Utilities).
Paste the following into Terminal window (and hit RETURN):
defaults write com.apple.finder AppleShowAllFiles YES
Right-click on the Finder icon (in the Dock) while holding the "Option/alt" key.
Select "Relaunch" from the menu to make hidden files visible.
To reverse, replace "YES" with "NO" in the Terminal command and repeat Step 3.