Generate license:
To generate license for your android device go to our CRM site: http://crm.innovatrics.com , choose IDKit Embedded SDK and hit Development (or Runtime) button to generate license using acquired MAC address (take a look at topic Get MAC address on android device on this page). Download the license and place it in desired folder on your device.
Common problems:
To be able to work with the license, proper networking hw has to be enabled - e.g. if you used WIFI MAC address, you will probably need to turn on WIFI when using the license. You will also need to request INTERNET permissions if building an Android application - you have to put this line
<uses-permission android:name="android.permission.INTERNET"></uses-permission>
into your AndroidManifest.xml.