
How to Set Up the MTSCRA Library for Projects
Last updated

To add the MTSCRA library to a custom software project in the Eclipse development environment, follow these steps:
Create or open your custom software project in Eclipse.
Copy the following JAR file to the libs subfolder of your software project: mtscra.jar
Ensure your project settings are set up correctly.
Clean, build, and run your custom software project to make sure the library imported correctly.
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.
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

