For the complete documentation index, see llms.txt. This page is also available as Markdown.
Page cover

How to Set Up the MTSCRA Library for Projects

To add the MTSCRA library to a custom software project in the Eclipse development environment, follow these steps:

  1. Create or open your custom software project in Eclipse.

  2. Copy the following JAR file to the libs subfolder of your software project: mtscra.jar

  3. Ensure your project settings are set up correctly.

  4. Clean, build, and run your custom software project to make sure the library imported correctly.

  5. In your custom software, create an instance of MTSCRA. For examples, see the source code included with the MagTek SCRA Demo project and/or the Code Examples section in this document.

  6. Depending on the connection types supported, the project should include the uses-features and uses- permissions as specified in the table below in its AndroidManifest.xml file. For examples, see the AndroidManifest.xml included with the MagTek SCRA Demo project

Last updated